Skip to content

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

Merged
merged 4 commits into from
Jun 10, 2017
Merged

Data loading tutorial #96

merged 4 commits into from
Jun 10, 2017

Conversation

chsasank
Copy link
Contributor

@chsasank chsasank commented Jun 2, 2017

Tutorial on loading datasets.

Here is faces.zip required to run the code.

Fix #78 #7

@chsasank
Copy link
Contributor Author

chsasank commented Jun 3, 2017

Hey @soumith, I'll need your help. Can you please host faces.zip at https://download.pytorch.org/tutorial/faces.zip?

Would you also please review the tutorial once?

# - ``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.

This comment was marked as off-topic.

@jvmncs
Copy link
Contributor

jvmncs commented Jun 4, 2017

This is incredibly helpful. Thanks a bunch, +1 for merging.

@chsasank
Copy link
Contributor Author

@soumith Gentle remainder about hosting the data file.

@soumith
Copy link
Member

soumith commented Jun 10, 2017

done. tutorial/faces.zip should be now there. sorry for the delay

@chsasank
Copy link
Contributor Author

Thanks a lot!

@chsasank chsasank merged commit bc247c9 into pytorch:master Jun 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants