-
Notifications
You must be signed in to change notification settings - Fork 15
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
Recipe for embedding reduction [Videos] #418
Conversation
@plon-Susk7 great work!
!pip install huggingface-hub
!pip install matplotlib
!pip install datasets This way we make sure the user has to only run the notebook and they should not worry about fixing package install issue. |
"\n", | ||
"dataset_name = \"UCF101_subset/train\"\n", | ||
"hf_dataset_identifier = \"sayakpaul/ucf101-subset\"\n", | ||
"filename = \"UCF101_subset.tar.gz\"\n", |
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.
does the tar.gz
file gets deleted in the end?
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.
I added the code to remove tar.gz file from cache.
There are 10 classes in the dataset, so I took 5 from each. In total the notebook processes 50 videos. |
@plon-Susk7 this looks great, merging the PR now can you also do one small thing - on the issue - #410, can you write detailed instructions on how to download the jupyter notebook in the |
This PR is related to issue #410