-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coreml using torch export API support maxpool #2415
Comments
I'm not understanding the issue. Can you give us some toy code that demonstrates the issue? |
Thanks @lgyStoic for finding the failing case! I would recommend to adapt like |
@YifanShenSZ Is there any timeline or official version will coremltools fix this bug? or If I can contribution for is feature? |
We would greatly appreciate if you can contribute for this feature 🙏 |
🌱 Describe your Feature Request
coremltools export API failed to export maxpool, because MaxPool not adapt for "_parse_positional_args" and "_parse_keyword_args"
parse for argument as "_convolution"
How can this feature be used?
maxpool is a very common op in convolution network. without this support some popular network cannot export successful
The text was updated successfully, but these errors were encountered: