CSAILVision / CSAILVision/semantic-segmentation-pytorch
cannot import name '_DataLoaderIter' from 'torch.utils.data.dataloader'
Open
- Dominant language
- Python
- Stars
- 5.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
When I use ```pytorch 1.3.1``` with ```python3.7.4```, like this
```
import torch
from torch.utils.data.dataloader import _DataLoaderIter
```
Here is an errer : ```cannot import name '_DataLoaderIter' from 'torch.utils.data.dataloader'```
How should I solve that?
Should I uninstall 1.3.1?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.