提交 d10dd8d4 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

removed debugging prints

上级 c9e6977f
......@@ -75,9 +75,6 @@ def Rop(f, wrt, eval_points):
eval_dim = len(eval_point.type.broadcastable)
if wrt_dim != eval_dim:
from theano.printing import min_informative_str
print min_informative_str(wrt_elem)
print min_informative_str(eval_point)
raise ValueError('Element '+str(i)+' of wrt/eval_point have mismatched '
'dimensionality: '+str(wrt_dim)+' versus '+str(eval_dim))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论