资源算法Deep-Learning-with-PyTorch-Tutorials

Deep-Learning-with-PyTorch-Tutorials

2020-01-06 | |  50 |   0 |   0

PyTorch安装指令

请先安装Anaconda和CUDA 10.0。

  • 配置国内源

# 配置国内源,方便安装Numpy,Matplotlib等conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/# 配置国内源,安装PyTorch用conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/# 显示源地址conda config --set show_channel_urls yes
  • 安装PyTorch

# 安装PyTorch,要使用国内源请去掉-c pytorch这个参数!!conda install pytorch torchvision cudatoolkit=10.0
  • 安装常用库

pip install numpy matplotlib pillow pandas

课程链接

课程链接: https://study.163.com/course/courseMain.htm?share=2&shareId=480000001847407&courseId=1208894818&_trace_c_p_k2_=61a9e0a511f7409b92a08d4f4c964330

版权声明.png

课程大纲:outline.png


上一篇:PyTorch_Tutorial

下一篇:higher

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...