提交 1811c45e authored 作者: Frederic Bastien's avatar Frederic Bastien

Tell in the printing that we used the cvm mode.

上级 83c76420
......@@ -2468,7 +2468,7 @@ def test_speed():
t2 = time.time()
f(r)
t3 = time.time()
print 'theano (scan)', t3 - t2
print 'theano (scan, cvm)', t3 - t2
if 1:
r = numpy.arange(10000).astype(theano.config.floatX).reshape(-1,10)
......@@ -2490,7 +2490,7 @@ def test_speed():
f_fn()
f() #999 to update the profiling timers
t3 = time.time()
print 'theano (updates)', t3 - t2
print 'theano (updates, cvm)', t3 - t2
print shared_r.get_value()
def test_speed_rnn():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论