Skip to content

Commit 972475e

Browse files
committed
remove print
1 parent d315796 commit 972475e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tf2onnx/tf_utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ def tflist_to_onnx(g, shape_override):
155155

156156
# create dict with output to shape mappings
157157
for node in ops:
158-
'''
159-
if node.type.startswith('FIFOQueueV2') or node.type.startswith('QueueDequeueV2'):
160-
print ('attr:\n', node.node_def.attr, '\ninputs:\n', node.inputs, '\noutputs:\n', node.outputs)
161-
ii = input('ii')
162-
'''
163158
for out in node.outputs:
164159
shape = shape_override.get(out.name)
165160
if shape is None:

0 commit comments

Comments
 (0)