我在印象笔记有保存一份

主要三句话;

pip install --upgrade torch
pip install tensorboard
--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

相关文章:

  • 2022-01-06
  • 2021-05-04
  • 2021-06-23
  • 2021-04-25
  • 2021-07-07
  • 2021-04-18
猜你喜欢
  • 2021-06-22
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2021-10-21
  • 2022-12-23
相关资源
相似解决方案