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

ResNeXt3D model #58

Conversation

stephenyan1231
Copy link
Contributor

Summary: Implement ResNeXt3D model on top of SlowFast codebase.

Reviewed By: takatosp1

Differential Revision: D17311655

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 15, 2019
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D17311655

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D17311655

Summary:
Pull Request resolved: facebookresearch/ClassyVision#58

Implement ResNeXt3D model on top of SlowFast codebase.

Reviewed By: takatosp1

Differential Revision: D17311655

fbshipit-source-id: 65b6e86d41bb779143ec66c1a2672615a09f0b93
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D17311655

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 673ff73.

facebook-github-bot pushed a commit that referenced this pull request Jan 22, 2020
Summary:
Pull Request resolved: fairinternal/ClassyVision#58

The original hydra `args.yaml` was part of the classy vision package, which meant editing it in a classy project wasn't possible without changing the code.

This diff makes changes so that the `args.yaml` is generated inside the project, giving users full control to the config.

These are the changes being made -
- Removed `classy_vision.generic.args` - the logic has been moved to `classy_train.py`. This was needed because otherwise the search happens inside  the package and not in the file system. Also, if we only have hydra then there is almost no additional code.
- Moved configs inside `classy_vision/hydra` to `classy_vision/hydra/conf`
- Moved `args.yaml` to `templates/synthetic/hydra_configs`
- Added a `hydra_plugins` package which tells hydra to add these bundled configs to the search path

See the test plan for usage examples.

NOTE: These changes are made with hydra-core 0.11 (latest release) in mind and will not work with the hydra master code.

Reviewed By: vreis

Differential Revision: D19418196

fbshipit-source-id: c2a5f046de75dde1eaf76ee0166308e30d47a9ac
vaibhava0 pushed a commit to vaibhava0/ClassyVision that referenced this pull request Jan 19, 2021
Summary:
Pull Request resolved: fairinternal/ClassyVision#58

The original hydra `args.yaml` was part of the classy vision package, which meant editing it in a classy project wasn't possible without changing the code.

This diff makes changes so that the `args.yaml` is generated inside the project, giving users full control to the config.

These are the changes being made -
- Removed `classy_vision.generic.args` - the logic has been moved to `classy_train.py`. This was needed because otherwise the search happens inside  the package and not in the file system. Also, if we only have hydra then there is almost no additional code.
- Moved configs inside `classy_vision/hydra` to `classy_vision/hydra/conf`
- Moved `args.yaml` to `templates/synthetic/hydra_configs`
- Added a `hydra_plugins` package which tells hydra to add these bundled configs to the search path

See the test plan for usage examples.

NOTE: These changes are made with hydra-core 0.11 (latest release) in mind and will not work with the hydra master code.

Reviewed By: vreis

Differential Revision: D19418196

fbshipit-source-id: c2a5f046de75dde1eaf76ee0166308e30d47a9ac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants