Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

fix pooling layer padding dim mistmatch bug #7

Closed
wants to merge 1 commit into from
Closed

fix pooling layer padding dim mistmatch bug #7

wants to merge 1 commit into from

Conversation

oneTaken
Copy link

@oneTaken oneTaken commented Dec 5, 2017

This is a pooling layer padding dim mismatch bug.
After the torch.onnx.export, the pooling layer size is 2, however, the coreml._operator use index [0, 1, 2 ,3]. So I add size check to solve this bug.

@vinayak618
Copy link

Is the issue resolved? because after modifying the changes as said earlier.
still getting same error?

pad_l = pads[1]
IndexError: list index out of range

@oneTaken
Copy link
Author

This PR is not merged, so may be the same problem.

@aseemw
Copy link
Collaborator

aseemw commented Oct 23, 2018

Stale by now, declining this PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants