pytorch / pytorch/tutorials

Feedback about Introduction to PyTorch

Open
#3,958 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
9.3k
Forks
4.4k
Avg merge
1d 21h
Merged PRs (30d)
4

Description

There is the following issue on this page: https://docs.pytorch.org/tutorials/beginner/introyt/introyt1_tutorial.html

The training is great, but downloading the CIFAR10/100 sets is excruciatingly slow (think dialup internet speeds) and a real blocker if you're trying to follow along with your own code.

I am aware this dataset is not hosted by PyTorch, but given it's included as one of the datasets in torchvision, it may be worth considering hosting it yourselves.

Thanks

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Introduction to PyTorch page at docs.pytorch.org/tutorials/beginner/introyt/introyt1_tutorial.html and review how the CIFAR10/100 datasets are downloaded through torchvision. Clarify whether the desired outcome is PyTorch-hosted datasets or another download improvement; done should mean the chosen approach removes the reported download blocker for learners following the tutorial.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.