报错
ModuleNotFoundError: No module named ‘torch.fx’
torch版本不匹配
#卸载pytorch
pip uninstall torch
再安装
python -m pip install torch -i https://mirrors.aliyun.com/pypi/simple/
报错
ModuleNotFoundError: No module named ‘torch.fx’
torch版本不匹配
#卸载pytorch
pip uninstall torch
再安装
python -m pip install torch -i https://mirrors.aliyun.com/pypi/simple/