提交 285c9e5e authored 作者: Frederic's avatar Frederic

fix test crash when I moved it.

上级 3f47baa5
......@@ -1194,7 +1194,7 @@ def test_stabilize_log_softmax():
y = theano.tensor.nnet.softmax(x)
z = theano.tensor.log(y)
f = function([x], z, mode=mode)
f = theano.function([x], z, mode=mode)
#check that the softmax has been optimized out
for node in f.maker.fgraph.toposort():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论