提交 8c8cf101 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

remove debugging statements

上级 e488499d
......@@ -119,12 +119,9 @@ def scan_pushout_non_seq_operation(node):
return False
# this flag tells if there was any change during the last iterations
changed = True
try:
clean_inputs, clean_outputs = scan_utils.reconstruct_graph(
node.op.inputs, node.op.outputs)
local_env = gof.Env(clean_inputs, clean_outputs)
except:
import ipdb; ipdb.set_trace()
clean_inputs, clean_outputs = scan_utils.reconstruct_graph(
node.op.inputs, node.op.outputs)
local_env = gof.Env(clean_inputs, clean_outputs)
max_iterations = 2*len(local_env.toposort()) + 3
counts = 0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论