提交 fdd683d9 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

add comment

上级 17c05ad7
......@@ -216,6 +216,11 @@ def test_grad_gt():
def test_grad_switch():
# This is a code snippet from the mailing list
# It caused an assert to be raised due to the
# switch op's grad method not handling integer
# inputs correctly
x = theano.tensor.matrix()
c = theano.tensor.matrix()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论