提交 0fe47612 编写于 作者: M mamingjie-China

update

上级 8123093e
......@@ -88,7 +88,6 @@ class TFOpMapperNHWC(OpMapper):
sys.stderr.write("Total nodes: {}\n".format(len(self.graph.topo_sort)))
for i, node_name in enumerate(self.graph.topo_sort):
sys.stderr.write("\rConverting node {} ... ".format(i + 1))
# sys.stderr.write("\rConverting node {} name: {:50}... ".format(i + 1, node_name))
node = self.graph.get_node(node_name)
op = node.layer_type
if op in self.directly_map_ops:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册