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

print exception caught in test.

上级 2ad63271
......@@ -165,7 +165,9 @@ def exec_conv(version, shapes, verbose, random, mode, print_=None, rtol=1e-5, on
ret = _params_allgood(ishape, kshape, mode,
subsample=subshape, img_stride=istride, kern_stride=kstride,
version=ver, verbose=verbose, random=random, id=id,print_=print_,rtol=rtol,ones=ones)
except:
except Exception, e:
print ver, id,(ishape, kshape, subshape, istride, kstride)
print e
pass
if not ret:
failed_version.add(ver)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论