Anaconda2_pytorch-1.3.1-py2.7_cuda10.1.243_cudnn7.6.3_opencv342_numpy

Anaconda2_pytorch-1.3.1-py2.7_cuda10.1.243_cudnn7.6.3_opencv342_numpy

0 next

https://ieeexplore.ieee.org/xpl/conhome/8972339/proceeding?rowsPerPage=100&searchWithin=detection
https://blog.csdn.net/qq_42761598/article/details/103129551

链接:https://pan.baidu.com/s/17yywRWP-IaGXT6es1u5_-A
提取码:fggd

1 setup anaconda

download Anaconda2,use python2.7
version – Anaconda2-2018.12-Linux-x86_64.sh
link

sudo bash Anaconda2-2018.12-Linux-x64_64.sh
# press "enter" to Notice  and license down
yes
# choose location and add PATH in .bashrc 
yes
# installation VScode
no

#open a new terminator
hxt@hxt:~$ conda --version
conda 4.5.12

open Anaconda UI

cd /home/hxt/anaconda2/bin/
source activate root
anaconda-navigaor

# close naivgaor

# change defult source link 
# open new terminator
hxt@hxt:~$ gedit ~/.condarc

ssl_verify: true
channels:
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
show_channel_urls: true

save
conda config -- show-source

在这里插入图片描述

2 opencv34 python2.7 torch torchvision

# create envs 
hxt@hxt:~$ conda create -n pse_1 python=2.7 OpenCV=3.4

hxt@hxt:~$ conda activate pse_1
(pse_1) hxt@hxt:~$ conda list

download tar.bz2

https://conda.anaconda.org/pytorch/linux-64/pytorch-1.4.0-py2.7_cuda10.1.243_cudnn7.6.3_0.tar.bz2

(pse_1) hxt@hxt:~/linux_zip$ conda install --offline pytorch-1.3.1-py2.7_cuda10.1.243_cudnn7.6.3_0.tar.bz2

在这里插入图片描述 在conda环境中pip使用清华源秒速安装skimage、opencv、tensorflow、pytorch1.2.0等p

pip install scikit-image -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install tensorflow==1.13.1 -i https://pypi.tuna.tsinghua.edu.cn/simple

或者 豆瓣源

pip install xx -i https://pypi.doubanio.com/simple

指定官方的版本 然后进行换源

pip install torch=1.2.0 torchvision=0.4.0 -f https://download.pytorch.org/whl/torch_stable.html -i https://pypi.tuna.tsinghua.edu.cn/simple

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值