forked from zergtant/pytorch-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |