Windows深度学习环境搭建笔记

记录参考的文章,Linux流程大致相同

pytorch

conda create -n myPytorch python=3.7
conda activate myPytorch
  • https://blog.csdn.net/qq_31736627/article/details/99415460
  • https://blog.csdn.net/weixin_42158966/article/details/88543668
  • https://blog.csdn.net/qq_34068584/article/details/90112484

tensorflow

conda create -n myTensorflow python=3.7
conda activate myTensorflow
  • https://blog.csdn.net/shuiyixin/article/details/99935799
  • https://zhuanlan.zhihu.com/p/37086409
  • https://www.cnblogs.com/wanyu416/p/9536853.html

你可能感兴趣的:(▶,Algorithm/AI)