资源算法PyTorch_Tutorial

PyTorch_Tutorial

2020-01-06 | |  42 |   0 |   0

Pytorch模型训练实用教程

Image text

1.简介

本代码为教程——《Pytorch模型训练实用教程》中配套代码;
《Pytorch模型训练实用教程》可通过如下方式获取:

  1. https://github.com/tensor-yu/PyTorch_Tutorial/tree/master/Data

  2. QQ群:671103375(已满) 773031536

2.环境配置

代码在以下两种环境测试过:

  1. win10 64位 + python3.5 + pytorch==0.4.0

  2. mac + python3.6 + pytorch==0.4.1/ pytorch==1.0.0

第一步 安装各依赖包:
pip install -r requirements.txt

第二步 手动安装pytorch及torchvision:
均选择无gpu版本进行安装,进入官网选择相应的指令进行安装https://pytorch.org/get-started/locally/

3.问题反馈

若发现任何问题和改进意见,请您随时联系我。
联系方式:yts3221@126.com
读者qq群:671103375(已满) 773031536

4.修改记录

0.0.5:

  1. 1.6小节勘误,将36*36改为40*40;

  2. 2.3小节删除注释;

  3. 修改权值初始化杂谈中的理解错误;

  4. 全文代码缩进。


上一篇:pytorch_tutorial_exercises

下一篇:Deep-Learning-with-PyTorch-Tutorials

用户评价
全部评价

热门资源

  • 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...