当前位置:   article > 正文

环境配置搭建_anaconda d21

anaconda d21
  1. anaconda的安装与配置

conda --version #查看conda的版本号

创建环境变量

conda create --name xxx python3 #创建python3的环境

查看环境

conda info --envs

conda info -e

激活环境

activate xxx

退出环境

deactivate xxx

卸载环境

conda remove --name xxx --all

  1. cuda的安装与配置

查看版本号

nvidia-smi

修改环境变量的路径

修改环境变量是比较基础重要的部分,之前下载anaconda没有path默认路径,最后找了很久才解决conda环境和windows环境的兼容问题,C:\Users\HARRY\anaconda3\Scripts。

  1. 安装Pytorch, d2l, jupyter包

pip install torch torchvision d2l rise

安装d2l

  1. mkdir d21-zh #创建文件夹
  2. cd d21-zh #进入文件夹
  3. curl https://zh-y2.d21.ai/d21-zh-2.0.0.zip -0 d21-zh.zip
  4. rm d21-zh.zip #删除压缩包

jupyter notebook

激活

pip install jupyter notebook

关闭

ctrl + c

运行代码

shift+enter

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/371775
推荐阅读
  

闽ICP备14008679号