提交 3d2bd8f9 authored 作者: notoraptor's avatar notoraptor

Fix infos

上级 4b16fd05
......@@ -14,14 +14,13 @@ We recommend that every developer updates to this version.
Highlights:
- conda packages now available and updated in our own conda channel ``mila-udem``.
To install it: ``conda install -c mila-udem/label/pre theano pygpu``
To install it: ``conda install -c mila-udem -c mila-udem/label/pre theano pygpu``
- Improved elemwise operations
- Speed-up elemwise ops based on SciPy
- Fixed memory leak related to elemwise ops on GPU
- Improved pickling and tests in debug mode
- Fixed pygpu detection
- Bug fixes, crash fixes, warning improvements and documentation updates
......
......@@ -34,7 +34,7 @@ New features:
Other more detailed changes:
- Improved stack trace follow-up for GPU optimizations
- Fixed gradient error for elemwise ``minimum`` and ``maximum``
- Fixed gradient error for elemwise ``minimum`` and ``maximum`` when compared values are the same
- Fixed gradient for ``ARange``
- Removed ``ViewOp`` subclass during optimization
......
......@@ -21,7 +21,7 @@ TODO: better Theano conv doc
Highlights:
- Announcing that `MILA will stop developing Theano <https://groups.google.com/d/msg/theano-users/7Poq8BZutbY/rNCIfvAEAwAJ>`_
- conda packages now available and updated in our own conda channel ``mila-udem``.
To install it: ``conda install -c mila-udem/label/pre theano pygpu``
To install it: ``conda install -c mila-udem -c mila-udem/label/pre theano pygpu``
- Support NumPy ``1.13``
- Support pygpu ``0.7``
- Added conda recipe
......@@ -48,7 +48,6 @@ Highlights:
- Added documentation for RNNBlock
- Improved pickling and tests in debug mode
- Many bug fixes, crash fixes and warning improvements
Interface changes:
......@@ -156,7 +155,7 @@ Others:
- Added decsription for rnnblock
Other more detailed changes:
- Fixed gradient error for elemwise ``minimum`` and ``maximum``
- Fixed gradient error for elemwise ``minimum`` and ``maximum`` when compared values are the same
- Fixed gradient for ``ARange``
- Removed ``ViewOp`` subclass during optimization
- Removed useless warning when profile is manually disabled
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论