Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
d7a692ee
提交
d7a692ee
authored
1月 21, 2015
作者:
Frederic
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Added some doc
上级
3792889d
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
23 行增加
和
0 行删除
+23
-0
dnn.txt
doc/library/sandbox/cuda/dnn.txt
+8
-0
typed_list.txt
doc/library/typed_list.txt
+6
-0
printing_drawing.txt
doc/tutorial/printing_drawing.txt
+9
-0
没有找到文件。
doc/library/sandbox/cuda/dnn.txt
浏览文件 @
d7a692ee
...
...
@@ -40,6 +40,14 @@ To get an error if Theano can not use cuDNN, use this Theano flag:
currently does not allow all options supported by cuDNN ops. So it is
possible that you will need to call them manually.
.. note::
CUDNN R1 and R2 tell that for the following 2 operations, the
reproducibility is not guarantee: `cudnnConvolutionBackwardFilter`
and `cudnnConvolutionBackwardData`. Those correspond to the
gradient again the weights and the gradient of the
convolution. They are used sometimes in the forward when they give
speed up.
Functions
=========
...
...
doc/library/typed_list.txt
浏览文件 @
d7a692ee
...
...
@@ -8,6 +8,12 @@
This is not in the released version 0.6.0, but will be in the next release (0.7 or 0.6.1).
.. note::
This work, but isn't well integrated with the test of Theano. If
you want speed, you are probably better by padding to a dense
tensor.
This is a type that represents a list in Theano. All elements must have
the same Theano type. Here is an example::
...
...
doc/tutorial/printing_drawing.txt
浏览文件 @
d7a692ee
...
...
@@ -14,6 +14,15 @@ compilation. These two functions print expression graphs in different ways:
Theano also provides :func:`pydotprint` that creates a *png* image of the function.
You can read about them in :ref:`libdoc_printing`.
.. note::
For all printing of Theano function, sometimes they can be hard to
read. To help on that, you can disable some Theano optimization
by using that Theano flag:
``optimizer_excluding=fusion:inplace``. Do not use that during
real job execution, as this make the graph slower and use more
memory.
Consider again the logistic regression but notice the additional printing instuctions.
The following output depicts the pre- and post- compilation graphs.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论