ModuleNotFoundError: No module named 'torch._six'
时间: 2023-10-23 10:43:23 浏览: 97
one hot编码:`torch.Tensor.scatter_()`函数用法详解
这个问题可能是由于您安装的 torch 版本较低导致的。您可以尝试升级 torch,使用以下命令:
pip install --upgrade torch
如果问题仍然存在,您可以尝试重新安装 torch,使用以下命令:
pip uninstall torch
pip install torch
阅读全文