-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[Core ML] Support enumerated input shapes #74441
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
Conversation
For xirp based segmentation models, we want to support enumerated input shapes. This allows us to support both landscape and portrait mode images without sacrificing the performance. P488118264 Differential Revision: [D34803184](https://our.internmc.facebook.com/intern/diff/D34803184/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D34803184/)! [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit bb88268 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
CI Flow Status⚛️ CI FlowRuleset - Version:
|
For xirp based segmentation models, we want to support enumerated input shapes. This allows us to support both landscape and portrait mode images without sacrificing the performance. P488118264 Differential Revision: [D34803184](https://our.internmc.facebook.com/intern/diff/D34803184/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D34803184/)! ghstack-source-id: 151736964 Pull Request resolved: #74441
Summary: Pull Request resolved: #74441 For xirp based segmentation models, we want to support enumerated input shapes. This allows us to support both landscape and portrait mode images without sacrificing the performance. P488118264 ghstack-source-id: 151736964 Test Plan: `buck run coreml:xirp -- --model="/home/taox/xirp/xirp_20a.pt" --out="/home/taox/xirp/xirp_20a_coreml_enumerated.ptl"` Reviewed By: mcr229 Differential Revision: D34803184 fbshipit-source-id: c462c0783846a1489ca7ce4d5a654aa6927c9c44
Summary: Pull Request resolved: #74441 For xirp based segmentation models, we want to support enumerated input shapes. This allows us to support both landscape and portrait mode images without sacrificing the performance. P488118264 ghstack-source-id: 151736964 Test Plan: `buck run coreml:xirp -- --model="/home/taox/xirp/xirp_20a.pt" --out="/home/taox/xirp/xirp_20a_coreml_enumerated.ptl"` Reviewed By: mcr229 Differential Revision: D34803184 fbshipit-source-id: c462c0783846a1489ca7ce4d5a654aa6927c9c44 (cherry picked from commit 67d418c)
Stack from ghstack (oldest at bottom):
For xirp based segmentation models, we want to support enumerated input shapes. This allows us to support both landscape and portrait mode images without sacrificing the performance. P488118264
Differential Revision: D34803184
NOTE FOR REVIEWERS: This PR has internal Facebook specific changes or comments, please review them on Phabricator!