提交 e34a8d35 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Removed some more warnings in tests (related to old bugs that have been fixed now)

上级 82669eab
...@@ -879,6 +879,7 @@ def test_argmax_pushdown(): ...@@ -879,6 +879,7 @@ def test_argmax_pushdown():
[x], [x],
[out]) [out])
config.warn.argmax_pushdown_bug = False
theano.compile.mode.optdb.query( theano.compile.mode.optdb.query(
theano.compile.mode.OPT_FAST_RUN).optimize(env) theano.compile.mode.OPT_FAST_RUN).optimize(env)
...@@ -922,6 +923,7 @@ def test_argmax_pushdown_bias(): ...@@ -922,6 +923,7 @@ def test_argmax_pushdown_bias():
[x,b], [x,b],
[out]) [out])
config.warn.argmax_pushdown_bug = False
theano.compile.mode.optdb.query( theano.compile.mode.optdb.query(
theano.compile.mode.OPT_FAST_RUN).optimize(env) theano.compile.mode.OPT_FAST_RUN).optimize(env)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论