报错:TypeError: ‘numpy.float64‘ object cannot be interpreted as an integer
解决办法
pip install -U numpy==1.17.0 -i https://pypi.tuna.tsinghua.edu.cn/simple1.numpy的1.17的版本

2.pytorch的2020的版本是1.4

版权声明:本文为qq_41166909原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
解决办法
pip install -U numpy==1.17.0 -i https://pypi.tuna.tsinghua.edu.cn/simple1.numpy的1.17的版本

2.pytorch的2020的版本是1.4
