deepspeedai / deepspeedai/DeepSpeedExamples
AttributeError: '_MultiProcessingDataLoaderIter' object has no attribute 'next'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6.8k
- Forks
- 1.1k
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 1
Description
Bug report.
When executing python cifar10_tutorial.py,
it shows AttributeError: '_MultiProcessingDataLoaderIter' object has no attribute 'next'.
One more thing is that.
pip install -r requirements.txt
it shows below
ERROR: No matching distribution found for torchvision==0.4.0
My system version is same as below
Python 3.8.13
Torch 1.13.0a0+d0d6b1f
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with cifar10_tutorial.py and requirements.txt, then run python cifar10_tutorial.py and pip install -r requirements.txt in the reported Python 3.8.13 and Torch 1.13.0a0 environment. Check the tutorial's data-loader iteration and pinned dependency entries; done means the requirements install and the CIFAR-10 tutorial runs without the reported errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100