提交 69768071 authored 作者: Frederic Bastien's avatar Frederic Bastien

Add dnn_conv3d()

上级 32a8b521
...@@ -113,6 +113,8 @@ not need to read it. Theano will select it for you. ...@@ -113,6 +113,8 @@ not need to read it. Theano will select it for you.
If cuDNN is available, by default, Theano will replace all nnet.conv3d If cuDNN is available, by default, Theano will replace all nnet.conv3d
operations with dnn_conv. operations with dnn_conv.
- :func:`dnn_conv3d <theano.gpuarray.dnn.dnn_conv3d>` as dnn_conv() but for 3d.
- :func:`conv3d2d <theano.tensor.nnet.conv3d2d.conv3d>` - :func:`conv3d2d <theano.tensor.nnet.conv3d2d.conv3d>`
Another conv3d implementation that uses the conv2d with data reshaping. Another conv3d implementation that uses the conv2d with data reshaping.
It is faster in some corner cases than conv3d. It flips the kernel. It is faster in some corner cases than conv3d. It flips the kernel.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论