提交 3bf101b0 authored 作者: nouiz's avatar nouiz

Merge pull request #1027 from lamblin/fix_news

Re-add (and update) bug fix description.
...@@ -46,6 +46,7 @@ Bug fixes: ...@@ -46,6 +46,7 @@ Bug fixes:
they were not supposed to share. (David W-F) they were not supposed to share. (David W-F)
* Correctly record the GPU device number used when we let the driver select it. * Correctly record the GPU device number used when we let the driver select it.
(Frederic B.) (Frederic B.)
* Min, max with NaN in inputs did not return the right output. (Pascal L.)
* The grad of TensorDot, was returning the wrong shape for some combination of axes. * The grad of TensorDot, was returning the wrong shape for some combination of axes.
We now raise NotImplementedError in those cases. (Frederic B.) We now raise NotImplementedError in those cases. (Frederic B.)
* conv2d with subsample >2 returned wrong values. (Pascal L.) * conv2d with subsample >2 returned wrong values. (Pascal L.)
......
...@@ -46,6 +46,7 @@ Bug fixes: ...@@ -46,6 +46,7 @@ Bug fixes:
they were not supposed to share. (David W-F) they were not supposed to share. (David W-F)
* Correctly record the GPU device number used when we let the driver select it. * Correctly record the GPU device number used when we let the driver select it.
(Frederic B.) (Frederic B.)
* Min, max with NaN in inputs did not return the right output. (Pascal L.)
* The grad of TensorDot, was returning the wrong shape for some combination of axes. * The grad of TensorDot, was returning the wrong shape for some combination of axes.
We now raise NotImplementedError in those cases. (Frederic B.) We now raise NotImplementedError in those cases. (Frederic B.)
* conv2d with subsample >2 returned wrong values. (Pascal L.) * conv2d with subsample >2 returned wrong values. (Pascal L.)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论