提交 6078e7f3 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Merge pull request #282 from nouiz/news

small fix in NEWS.txt about the new sparse dot.
...@@ -67,10 +67,10 @@ New features: ...@@ -67,10 +67,10 @@ New features:
* They must have the same length and corresponding type (Razvan) * They must have the same length and corresponding type (Razvan)
* Argmax output dtype is now int64 instead of int32. (Olivier) * Argmax output dtype is now int64 instead of int32. (Olivier)
* Added the element-wise operation arccos. (Ian) * Added the element-wise operation arccos. (Ian)
* sparse dot with full grad output. (Yann Dauphin) * Added sparse dot with dense grad output. (Yann Dauphin)
* Optimized to Usmm and UsmmCscDense in some case (Yann) * Optimized to Usmm and UsmmCscDense in some case (Yann)
* Note: theano.dot and sparse.dot return a structured_dot grad. * Note: theano.dot and theano.sparse.structured_dot() always had a gradient with the same sparsity pattern as the inputs.
This means that the old grad returned a grad value with the same sparsity pattern than the inputs. The new theano.sparse.dot() has a dense gradient for all inputs.
* GpuAdvancedSubtensor1 supports broadcasted dimensions. (Frederic) * GpuAdvancedSubtensor1 supports broadcasted dimensions. (Frederic)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论