module 'torch.jit' has no attribute 'unused'
时间: 2023-09-02 10:11:19 浏览: 183
导入FashionMNIST数据集时报错module ‘torchvision.datasets’ has no attribute ‘FashionMNIS’
这个错误通常是由于使用过期的 `torch.jit.unused` 属性而引起的。在较新的 PyTorch 版本中,该属性已被移除。如果你的代码中使用了 `torch.jit.unused`,你可以尝试删除或替换它,以避免出现此错误。如果你需要更多帮助,请提供更多上下文或代码片段,以便我能够更好地帮助你解决问题。
阅读全文