From ded613d2c6734fd83752b131c358672baeec2897 Mon Sep 17 00:00:00 2001 From: Neta Zmora <31280975+nzmora@users.noreply.github.com> Date: Mon, 13 Apr 2020 16:09:51 +0300 Subject: [PATCH] remove annoying log debug message (summary_graph.py) --- distiller/summary_graph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/distiller/summary_graph.py b/distiller/summary_graph.py index 292065f..bad898c 100755 --- a/distiller/summary_graph.py +++ b/distiller/summary_graph.py @@ -179,8 +179,6 @@ class SummaryGraph(object): self.module_ops_map[module_name].append(new_op['name']) # Finally we register the new op in the ops collection - msglogger.debug("new sgraph node - Scope name: {} ; Type: {} ; Display name {}".format( - new_op['orig-name'], new_op['type'], new_op['name'])) self.ops[new_op['name']] = new_op for input_ in node.inputs(): -- GitLab