随笔分类 -  conda与gpu

conda配置镜像并安装gpu版本pytorch和tensorflow
摘要:一、命令 cat requirements.txt | xargs -n 1 pip install 环境 python3.7 二、requirements.txt absl-py==1.4.0 astor==0.8.1 autograd==1.5 backcall==0.2.0 Bottlenec 阅读全文
posted @ 2023-05-30 22:32 jasonzhangxianrong 阅读(114) 评论(0) 推荐(0) 编辑
摘要:注:官方pytorch版本 https://download.pytorch.org/whl/torch_stable.html 一、卸载 卸载原有驱动 方法一:找到显卡驱动.run文件: $ sh NVIDIA-Linux-x86_64-418.126.02.run --uninstall 方法二 阅读全文
posted @ 2021-08-27 15:31 jasonzhangxianrong 阅读(6526) 评论(0) 推荐(1) 编辑
摘要:0、官方pytorch版本 https://download.pytorch.org/whl/torch_stable.html https://pypi.tuna.tsinghua.edu.cn/simple/tensorflow-gpu/ 一、安装conda 二、安装CUDA 1、查看显卡型号: 阅读全文
posted @ 2021-07-26 15:52 jasonzhangxianrong 阅读(1160) 评论(0) 推荐(0) 编辑