Skip to content

Commit a0a573e

Browse files
committed
fix quotation marks
1 parent 2afae66 commit a0a573e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hls4ml/converters/pytorch/pooling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def parse_pooling_layer(operation, layer_name, input_names, input_shapes, node,
8686
padding = [class_object.padding, class_object.padding]
8787

8888
else:
89-
print(node.args)
9089
if type(node.kwargs['stride']) is tuple:
9190
layer['stride_height'] = node.kwargs['stride'][0]
9291
layer['stride_width'] = node.kwargs['stride'][1]

0 commit comments

Comments
 (0)