Skip to content

《Pytorch模型训练实用教程》中配套代码

Notifications You must be signed in to change notification settings

stawary/PyTorch_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch模型训练实用教程

1.简介

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




2.环境配置

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

  1. win10 64位 + python3.5 + pytorch==0.4.0
  2. mac + python3.6 + pytorch==0.4.1

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

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

3.问题反馈

若发现任何问题,小bug,改进意见,请您随时联系我,以进行改进。
联系方式:[email protected]
读者qq群:671103375

About

《Pytorch模型训练实用教程》中配套代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%