
pytorch
努力努力再努力_qiqijia
这个作者很懒,什么都没留下…
展开
-
使用pip安装python第三方库的时候出现 raise ReadTimeoutError....的问题
指定使用豆瓣源安装pip install --index-url https://pypi.douban.com/simple 第三方库原创 2020-03-09 21:36:04 · 506 阅读 · 0 评论 -
ubuntu 安装pytorch
1.安装Anaconda或者Miniconda 官网下载 Miniconda3-4.3.14-Linux-x86_64.sh terminal 切换到下载好的文件目录下,命令:bash Miniconda3-4.3.14-Linux-x86_64.sh2.切换为清华镜像源3.安装pytorch 下载cpu版本的.whl文件:torch-0.4.1-cp36-c...原创 2019-02-28 14:23:43 · 769 阅读 · 1 评论 -
Ubuntu 16.04 安装gpu版本的pytorch
1.查看cuda和cudnn的版本cat /usr/local/cuda/version.txtcat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 22.安装好anaconda3.配置anaconda的环境变量(如果输入conda提示:未找到命令,则需要这一步,配置环境变量)4.更换源conda config ...原创 2019-07-03 10:51:37 · 3041 阅读 · 1 评论 -
The NVIDIA driver is too old PyTorch version that has been compiled with your version of the CUDA
Ubuntu 安装gpu版本的torch时遇到的图片问题 原因:cuda版本与pytorch版本不匹配解决办法1.查看torch的版本 python import torch ...原创 2019-07-03 15:51:05 · 7584 阅读 · 2 评论