Skip to content

Commit

Permalink
Remove unsupported attribute (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
wschin authored and shauheen committed May 5, 2018
1 parent f801d3e commit fdccbfa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def convert_pooling(scope, operator, container):
strides = [1, 1] if len(params.stride) <= 0 else params.stride
attrs['kernel_shape'] = kernel_shape
attrs['strides'] = strides
attrs['dilations'] = [1, 1] # Required by runtime but useless in ONNX

# Set up padding attributes
pads = None
Expand Down

0 comments on commit fdccbfa

Please sign in to comment.