提交 376df17c authored 作者: notoraptor's avatar notoraptor

Rebased to current master branch

上级 aba8b596
......@@ -16,9 +16,10 @@ Highlights:
- Updated documentation
- Bug fixes, crash fixes and warning improvements
A total of 14 people contributed to this release since 0.10.0beta1, see list below.
A total of 15 people contributed to this release since 0.10.0beta1, see list below.
Convolution updates:
- Added unshared convolutions
- Added 3D separable convolutions
- Added 3D grouped convolutions
- Removed old ``conv3d`` interface
......@@ -35,6 +36,7 @@ GPU:
- Updated and improved caching system for runtime-chosen cuDNN convolution algorithms
- Support cuDNN v7 tensor core operations for convolutions with runtime timed algorithms
- Restricted cuDNN reductions to contiguous inputs
- Automatic addition of cuDNN DLL path to ``PATH`` environment variable on Windows
New features:
- Added ``tensor6()`` and ``tensor7()`` in ``theano.tensor`` module
......@@ -50,10 +52,11 @@ Commiters since 0.10.0beta1:
- João Victor Tozatti Risso
- Mohammed Affan
- Frederic Bastien
- Reyhane Askari
- Steven Bocco
- Reyhane Askari
- Gijs van Tulder
- Boris Fomitchev
- Vikram
- Arnaud Bergeron
- Joseph Paul Cohen
- Dzmitry Bahdanau
......
......@@ -8,6 +8,7 @@ git log -p rel-0.9.0... |grep Merge|grep '#[0123456789]' |cut -f 8 -d ' ' | sed
# Commit count per user
git shortlog -sn rel-0.9.0..
git shortlog -sn rel-0.10.0beta1..
......@@ -59,8 +60,10 @@ Convolution updates:
- Deprecated old ``conv2d`` interface
- Updated ``conv`` documentation
- Extended Theano flag ``dnn.enabled`` with new option ``no_check`` to help speed up cuDNN importation
- Added unshared convolutions
- Implemented separable convolutions for 2D and 3D
- Implemented grouped convolutions for 2D and 3D
- Automatic addition of cuDNN DLL path to ``PATH`` environment variable on Windows
GPU:
- Added a meta-optimizer to select the fastest GPU implementations for convolutions
......@@ -133,6 +136,15 @@ Other more detailed changes:
- Many improvements for Jenkins CI tests: daily testings on Mac and Windows in addition to Linux
ALL THE PR BELLOW HAVE BEEN CHECKED
* https://github.com/Theano/Theano/pull/6349
* https://github.com/Theano/Theano/pull/6361
* https://github.com/Theano/Theano/pull/6356
* https://github.com/Theano/Theano/pull/6359
* https://github.com/Theano/Theano/pull/6286
* https://github.com/Theano/Theano/pull/6357
* https://github.com/Theano/Theano/pull/6354
* https://github.com/Theano/Theano/pull/6336
* https://github.com/Theano/Theano/pull/6351
* https://github.com/Theano/Theano/pull/6301
* https://github.com/Theano/Theano/pull/6333
* https://github.com/Theano/Theano/pull/6341
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论