Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
c20b54c6
提交
c20b54c6
authored
8月 18, 2014
作者:
Nicolas Ballas
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update doc
上级
4e006365
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
1 行删除
+4
-1
conv.txt
doc/library/tensor/nnet/conv.txt
+3
-0
blas.py
theano/sandbox/cuda/blas.py
+1
-1
没有找到文件。
doc/library/tensor/nnet/conv.txt
浏览文件 @
c20b54c6
...
@@ -36,6 +36,9 @@ TODO: Give examples for how to use these things! They are pretty complicated.
...
@@ -36,6 +36,9 @@ TODO: Give examples for how to use these things! They are pretty complicated.
in your environement. This is not enabled by default because it
in your environement. This is not enabled by default because it
has some restrictions on input and uses more memory. Also note
has some restrictions on input and uses more memory. Also note
that it requires CUDA >= 5.0, scikits.cuda >= 0.5.0 and PyCUDA to run.
that it requires CUDA >= 5.0, scikits.cuda >= 0.5.0 and PyCUDA to run.
To desactivate the fft optimization on a specific nnet.conv2d
while the optimization flags are active, you can set its parameters
version to 'no_fft'
- :func:`conv3D <theano.tensor.nnet.Conv3D.conv3D>`
- :func:`conv3D <theano.tensor.nnet.Conv3D.conv3D>`
3D Convolution. Doesn't work on the GPU.
3D Convolution. Doesn't work on the GPU.
- :func:`conv3d_fft <theano.sandbox.cuda.fftconv.conv3d_fft>`
- :func:`conv3d_fft <theano.sandbox.cuda.fftconv.conv3d_fft>`
...
...
theano/sandbox/cuda/blas.py
浏览文件 @
c20b54c6
...
@@ -710,7 +710,7 @@ class GpuConv(GpuOp):
...
@@ -710,7 +710,7 @@ class GpuConv(GpuOp):
:param fft_opt: desactivate fft_opt optimization at the op level when
:param fft_opt: desactivate fft_opt optimization at the op level when
set to False. Note that by default fft optimization
set to False. Note that by default fft optimization
aren't enabled. See
aren't enabled. See
:ref:
convolution documentation <libdoc_tensor_nnet_conv>
:ref:
`convolution documentation <libdoc_tensor_nnet_conv>`
to enable them.
to enable them.
"""
"""
self
.
border_mode
=
border_mode
self
.
border_mode
=
border_mode
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论