提交 c831f35e authored 作者: Frederic's avatar Frederic

Remove old warning in tests that is now fixed.

上级 a7f5dc6b
...@@ -3217,9 +3217,6 @@ def test_speed_rnn(): ...@@ -3217,9 +3217,6 @@ def test_speed_rnn():
# multiplication - the heart of an ESN or RNN. # multiplication - the heart of an ESN or RNN.
# #
import theano.scalar.sharedvar import theano.scalar.sharedvar
print """Warning: the updates version runs slower than python because by
default the blas optimizations don't replace dot with dot22.
Why is that?"""
L = 10000 L = 10000
N = 50 N = 50
...@@ -3296,9 +3293,6 @@ def test_speed_batchrnn(): ...@@ -3296,9 +3293,6 @@ def test_speed_batchrnn():
# multiplication - the heart of an ESN or RNN. # multiplication - the heart of an ESN or RNN.
# #
import theano.scalar.sharedvar import theano.scalar.sharedvar
print """Warning: the updates version runs slower than python because by
default the blas optimizations don't replace dot with dot22.
Why is that?"""
L = 100 L = 100
B = 50 B = 50
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论