AttributeError: module 'torch.utils.data' has no attribute 'IterableDataset'
See original GitHub issuewhen i perform script
torch.hub.list('pytorch/fairseq')
it apperared the error ‘AttributeError: module ‘torch.utils.data’ has no attribute ‘IterableDataset’’ in ‘fairseq/data/fairseq_dataset.py’
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
module 'torch.utils.data' has no attribute 'IterableDataset ...
when i perform script torch.hub.list('pytorch/fairseq') it apperared the error 'AttributeError: module 'torch.utils.data' has no attribute ...
Read more >module 'torch.utils.data' has no attribute 'IterableDataset' - nlp
Hi Team, I'm using fairseq and PyTorch 1.5 version and I'm facing the following issue while running interactive.py script. AttributeError: module ...
Read more >AttributeError: module 'torch.utils' has no attribute 'data'
I am trying to run my PyTorch code on a Ubuntu server, it works well on my own computer, but it failed to...
Read more >AttributeError: module 'torch.utils.data' has no attribute ...
然后重新装回pytorch1.1,在运行程序时一直报下面这个错误:AttributeError: module 'torch.utils.data' has no attribute 'IterableDataset' ...
Read more >module 'torch.utils.data' has no attribute 'IterableDataset' - 简书
AttributeError : module 'torch.utils.data' has no attribute 'IterableDataset'. Shannen3206 关注. 2020.09.17 05:25:48 字数25. pytorch1.1.0环境下遇到的问题.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi Team, I’m using fairseq-master and PyTorch 1.5 version and I’m facing the same issue while running interactive.py script for my inference. Did anyone resolved this issue?
Try PyTorch 1.6 version. In my machine, it’s solved.