-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Data loading tutorial #96
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
# - ``RandomCrop``: to crop from image randomly. This is data | ||
# augmentation. | ||
# - ``ToTensor``: to convert the numpy images to torch images (we need to | ||
# swap axes). |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This is incredibly helpful. Thanks a bunch, +1 for merging. |
@soumith Gentle remainder about hosting the data file. |
done. tutorial/faces.zip should be now there. sorry for the delay |
Thanks a lot! |
Tutorial on loading datasets.
Here is faces.zip required to run the code.
Fix #78 #7