我在印象笔记有保存一份
主要三句话;
pip install --upgrade torch pip install tensorboard
pip install --upgrade torchvision
具体的可以去看印象笔记
b站的一个up也有对应的教程
https://www.bilibili.com/video/BV1ha4y1Y7zv?from=search&seid=6503662742542693174
在服务器上装的时候遇到的bug
tensorflow 1.13.1 requires tensorboard<1.14.0,>=1.13.0, but you'll have tensorboard 2.3.0 which is incompatible.
1. pip uninstall tensorflow
2. pip uninstall tensorboard(其实上面两步我都没做 直接更新了)
3. pip install --upgrade tensorflow
https://blog.csdn.net/weixin_42081389/article/details/98184559