AttributeError: module 'torch' has no attribute 'load_data_fashion_mnist'
时间: 2023-08-27 15:14:02 浏览: 246
导入FashionMNIST数据集时报错module ‘torchvision.datasets’ has no attribute ‘FashionMNIS’
根据引用内容来看,该错误是因为在使用PyTorch时出现了AttributeError错误。 错误信息中提示的问题可能是torch模块没有_cude_setDevice属性,可能是因为PyTorch版本低于0.4或者sidekit版本不兼容的原因。解决方法可以尝试升级PyTorch版本到0.4以上,检查sidekit版本是否与PyTorch 0.4.1兼容,或降低sidekit版本。另外,如果你在使用CPU版本的PyTorch,需要在执行python命令时添加"--gpu_ids -1"参数进行设置。关于"AttributeError: module 'torch' has no attribute 'load_data_fashion_mnist'"的问题,这个错误是因为torch模块没有load_data_fashion_mnist属性。可能是因为你在使用的PyTorch版本中没有这个属性。你可以尝试更新PyTorch版本或查看是否有其他方法可以加载Fashion MNIST数据集。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *3* [关于AttributeError: module ‘torch._C‘ has no attribute ‘_cuda_setDevice‘问题的解决](https://blog.csdn.net/qq_39578356/article/details/108575978)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 50%"]
- *2* [AttributeError: module ‘torch‘ has no attribute ‘device‘ 错误处理办法](https://blog.csdn.net/sinat_28442665/article/details/86591351)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文