Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
75470a5f
提交
75470a5f
authored
3月 01, 2013
作者:
Frederic
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add info about GPU instruction for Debian.
上级
1617a923
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
16 行增加
和
0 行删除
+16
-0
install.txt
doc/install.txt
+14
-0
install_ubuntu.txt
doc/install_ubuntu.txt
+2
-0
没有找到文件。
doc/install.txt
浏览文件 @
75470a5f
...
...
@@ -461,6 +461,20 @@ Any one of them is enough.
* add a ``cuda.root`` flag to :envvar:`THEANO_FLAGS`, as in ``THEANO_FLAGS='cuda.root=/path/to/cuda/root'``, or
* add a [cuda] section to your .theanorc file containing the option ``root = /path/to/cuda/root``.
.. note::
On Dedian, you can ask the software package manager to install it
for you. We have a user report that this work for Debian Wheezy
(7.0). When you install it this way, you won't always have the
latest version, but we where said that they it get updated
rapidly. One big advantage is that it will be updated
automatically. You can try the ``sudo apt-get install
nvidia-cuda-toolkit`` command to install it.
:ref:`Ubuntu instruction <install_ubuntu_gpu>`.
Once that is done, the only thing left is to change the ``device`` option to name the GPU device in your
computer, and set the default floating point computations to float32.
For example: ``THEANO_FLAGS='cuda.root=/path/to/cuda/root,device=gpu,floatX=float32'``.
...
...
doc/install_ubuntu.txt
浏览文件 @
75470a5f
...
...
@@ -115,6 +115,8 @@ Do like in the section "Updating Theano", but use
``git+git://github.com/Theano/Theano.git`` instead of ``theano``.
.. _install_ubuntu_gpu:
Contributed GPU instruction
~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论