Skip to content

Commit fdccbfa

Browse files
wschinshauheen
authored andcommitted
Remove unsupported attribute (#29)
1 parent f801d3e commit fdccbfa

File tree

1 file changed

+0
-1
lines changed
  • onnxmltools/convert/coreml/operator_converters/neural_network

1 file changed

+0
-1
lines changed

onnxmltools/convert/coreml/operator_converters/neural_network/Pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ def convert_pooling(scope, operator, container):
193193
strides = [1, 1] if len(params.stride) <= 0 else params.stride
194194
attrs['kernel_shape'] = kernel_shape
195195
attrs['strides'] = strides
196-
attrs['dilations'] = [1, 1] # Required by runtime but useless in ONNX
197196

198197
# Set up padding attributes
199198
pads = None

0 commit comments

Comments
 (0)