提交 256a3637 authored 作者: Gijs van Tulder's avatar Gijs van Tulder

Version 0.9.0dev3 introduces AbstractConv3d.

上级 a8b9b5b8
......@@ -31,8 +31,8 @@
that will be replaced by an actual convolution implementation during
the optimization phase.
As of October 2016, there is also a conv3d interface that provides a similar
operation for 3D convolution. :func:`nnet.conv3d <theano.tensor.nnet.conv3d>`
As of October 2016 (version 0.9.0dev3), there is also a conv3d interface that provides
a similar operation for 3D convolution. :func:`nnet.conv3d <theano.tensor.nnet.conv3d>`
defines the abstract theano graph convolution operation
:func:`nnet.abstract_conv.AbstractConv3d <theano.tensor.nnet.abstract_conv.AbstractConv3d>`.
......
......@@ -53,7 +53,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0
MINOR = 9
MICRO = 0
SUFFIX = "dev2" # Should be blank except for rc's, betas, etc.
SUFFIX = "dev3" # Should be blank except for rc's, betas, etc.
ISRELEASED = False
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论