Skip to content
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] Upsample Bilinear antialias = True is not supported #5728

Open
cccclai opened this issue Sep 27, 2024 · 0 comments
Open

[CoreML] Upsample Bilinear antialias = True is not supported #5728

cccclai opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
enhancement Not as big of a feature, but technically not a bug. Should be easy to fix module: coreml Issues related to Apple's Core ML delegation triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@cccclai
Copy link
Contributor

cccclai commented Sep 27, 2024

🚀 The feature, motivation and pitch

Tried to export a model with a resize bilinear layer but get the following error:

RuntimeError:PyTorch convert function for op '_upsample_bilinear2d_aa' not implemented.

However, the _upsample_bilinear2d_aa op is supported in coremltools:
https://github.com/.../conve.../mil/frontend/torch/ops.py...

Alternatives

No response

Additional context

No response

RFC (Optional)

No response

@Olivia-liu Olivia-liu added enhancement Not as big of a feature, but technically not a bug. Should be easy to fix module: coreml Issues related to Apple's Core ML delegation triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Not as big of a feature, but technically not a bug. Should be easy to fix module: coreml Issues related to Apple's Core ML delegation triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

4 participants