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

Rebased to current master branch

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