1. 程式人生 > >學習筆記之——伺服器環境搭建

學習筆記之——伺服器環境搭建

 

本博文用於記錄一系列本人搭建環境過程中的參考教程

MobaXterm

https://www.isharebest.com/mobaxterm.htm

https://blog.csdn.net/juyin2015/article/details/79056687/

在伺服器上安裝Anaconda教程

https://blog.csdn.net/m0_37548423/article/details/81173678

https://blog.csdn.net/jiuliang1916/article/details/79225711

pytorch安裝

https://blog.csdn.net/li8zi8fa/article/details/75452000

https://blog.csdn.net/qq_34374211/article/details/80156517

(0.4版本)pip install http://download.pytorch.org/whl/cu80/torch-0.4.0-cp35-cp35m-linux_x86_64.whl

  1. import torch

  2. print(torch.__version__)

走完後,終於okhhh