-
Notifications
You must be signed in to change notification settings - Fork 411
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
Finetuning Example #41
base: main
Are you sure you want to change the base?
Conversation
Hi @nateraw! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking forward to getting this tutorial in! Feel free to refactor the previous tutorial slightly to make this one better. E.g. might be worth making a data.py which contains the data module wrappers and common transform recipes.
Summary: Add Gifs to Github readme. Pull Request resolved: fairinternal/pytorchvideo#41 Reviewed By: haooooooqi Differential Revision: D28494810 Pulled By: kalyanvasudev fbshipit-source-id: 40c3ca6b3355bd249460b7e39336c3d39c53a3da
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking better, please address rest of comments then i'm happy to accept! Thanks for addressing #32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@kalyanvasudev can you do a quick pass over this before we merge it in? |
Sure, on it. Will add my comments by EOD. |
@kalyanvasudev I think we are all good here now - I removed the finetuning tutorial from the site for now + will open a separate PR for it when I finish (likely tomorrow or tuesday 😉 ) |
@kalyanvasudev has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: ## Motivation and Context Closes #32 by adding lambda in the tutorial. Code changes to be made in #41 - this is just a quickfix. ## How Has This Been Tested ## Types of changes - [x] Docs change / refactoring / dependency upgrade - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist - [x] My code follows the code style of this project. - [x] My change requires a change to the documentation. - [x] I have updated the documentation accordingly. - [x] I have read the **CONTRIBUTING** document. - [x] I have completed my CLA (see **CONTRIBUTING**) - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. Pull Request resolved: #49 Reviewed By: tullie Differential Revision: D28685418 Pulled By: kalyanvasudev fbshipit-source-id: 0984c0433119be11c768d784e1c05d22ffec4729
The finetune script requires command line arguments, can you specify what do we need to input? |
Hey there @borijang - I'm not 100% sure this code still works since its so out of date, but the command line args that aren't specified directly with I have similar code here which I think still works that you may find easier to use. |
Motivation and Context
Adds:
MiniKineticsDataModule
from PyTorch Lightning FlashUCF11DataModule
, a tiny example datasetCurrently a little messy - will fix it up in draft PR and then open it up when I finish.
How Has This Been Tested
Types of changes
Checklist