赞
踩
import torch
print(torch.__version__)
结果:
'1.0.0'
$ pip install --upgrade torch==1.4.0
结果:
Installing collected packages: torch
Found existing installation: torch 1.0.0
Uninstalling torch-1.0.0:
Successfully uninstalled torch-1.0.0
Successfully installed torch-1.4.0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。