Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muliyangm authored Feb 19, 2019
1 parent f097427 commit 5347256
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions chapter1/readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Pytorch 中文手册第一章 : pytorch入门
# PyTorch 中文手册第一章 : PyTorch入门

## 目录

1. [Pytorch 简介](1.1-pytorch-introduction.md)
2. [Pytorch环境搭建](1.2-pytorch-installation.md)
3. [PyTorch 深度学习:60分钟快速入门 (官方)](1.3-deep-learning-with-pytorch-60-minute-blitz.md)
1. [PyTorch 简介](1.1-pytorch-introduction.md)
2. [PyTorch 环境搭建](1.2-pytorch-installation.md)
3. [PyTorch 深度学习60分钟快速入门(官方)](1.3-deep-learning-with-pytorch-60-minute-blitz.md)
- [张量](1_tensor_tutorial.ipynb)
- [Autograd: 自动求导](2_autograd_tutorial.ipynb)
- [Autograd自动求导](2_autograd_tutorial.ipynb)
- [神经网络](3_neural_networks_tutorial.ipynb)
- [训练一个分类器](4_cifar10_tutorial.ipynb)
- [选读:数据并行处理(多GPU)](5_data_parallel_tutorial.ipynb)
4. [相关资源介绍](1.4-pytorch-resource.md)
- [选读:数据并行处理多GPU](5_data_parallel_tutorial.ipynb)
4. [相关资源介绍](1.4-pytorch-resource.md)

0 comments on commit 5347256

Please sign in to comment.