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

small bugfix to the test.

上级 da05aee0
......@@ -366,7 +366,7 @@ class TestConvOp(unittest.TestCase):
print t
print "max %.3fs"%t.max(), "max param(batch unloop size/kernel unloop size)", t_b_k[t.argmax()]
print "min %.3fs"%t.min(), "min param(batch unloop size/kernel unloop size)", t_b_k[t.argmin()]
print "speedup %.3fx"% t.max()/t.min()
print "speedup %.3fx"% (t.max()/t.min())
return
for conv_mode, n_mode in zip(convmodes,range(len(convmodes))):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论