学习笔记之——服务器环境搭建

版权声明: https://blog.csdn.net/gwplovekimi/article/details/83269990

本博文用于记录一系列本人搭建环境过程中的参考教程

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

猜你喜欢

转载自blog.csdn.net/gwplovekimi/article/details/83269990