- 使用conda来管理环境
- conda和pip安装库可以混用,但一般选pip,因为pip的官网库更多更全,下载更快
- 尽量安装pytorch GPU版本,TensorFlow GPU版本
- pip install torch1.7.0+cu101 torchvision0.8.1+cu101 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html -i https://pypi.douban.com/simple
-模型训练,batchsize从个位数开始,大了训练报错
- pytorch和TensorFlow不要安装最新版本,切记,坑多,一般安装版本列表里面居中的版本
- 装环境时尽量在服务器上,也不需要去装cudakit