提交 a24ce432 authored 作者: Frederic Bastien's avatar Frederic Bastien

flake8

上级 102df391
...@@ -1289,8 +1289,8 @@ def test_elemwise_grad_broadcast(): ...@@ -1289,8 +1289,8 @@ def test_elemwise_grad_broadcast():
broadcastable=(True, True, False, False)) broadcastable=(True, True, False, False))
theano.grad(theano.tensor.tanh(x).sum(), x) theano.grad(theano.tensor.tanh(x).sum(), x)
theano.grad(theano.tensor.tanh(x+y).sum(), y) theano.grad(theano.tensor.tanh(x + y).sum(), y)
theano.grad(theano.tensor.tanh(x+y).sum(), [x, y]) theano.grad(theano.tensor.tanh(x + y).sum(), [x, y])
def test_clip_grad_int(): def test_clip_grad_int():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论