-
Notifications
You must be signed in to change notification settings - Fork 939
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
[feat] Add pytorchvideo encoder wrapper #1156
[feat] Add pytorchvideo encoder wrapper #1156
Conversation
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. [ghstack-poisoned]
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. ghstack-source-id: 2eb33e04536abfb8fa0cdd313a0f3e7cc1dee2ec Pull Request resolved: #1156
@Ryan-Qiyu-Jiang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
@Ryan-Qiyu-Jiang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
@Ryan-Qiyu-Jiang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
@Ryan-Qiyu-Jiang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
@Ryan-Qiyu-Jiang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
@Ryan-Qiyu-Jiang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
@Ryan-Qiyu-Jiang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
@Ryan-Qiyu-Jiang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Add an encoder class that constructs any pytorchvideo model from config, and uses this model for its forward pass. Can load pretrained or random init models, based on config. Differential Revision: [D32631207](https://our.internmc.facebook.com/intern/diff/D32631207) [ghstack-poisoned]
@Ryan-Qiyu-Jiang has updated the pull request. You must reimport the pull request before landing. |
@Ryan-Qiyu-Jiang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Stack from ghstack:
Add an encoder class that constructs
any pytorchvideo model from config,
and uses this model for its forward pass.
Can load pretrained or random init models,
based on config.
Differential Revision: D32631207