We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ade65 commit 0a8751cCopy full SHA for 0a8751c
README.md
@@ -18,7 +18,7 @@ Learn Deep Learning with PyTorch
18
### part1: 深度学习基础
19
- Chapter 2: PyTorch基础
20
- [Tensor和Variable](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter2_PyTorch-Basics/Tensor-and-Variable.ipynb)
21
- - 自动求导机制
+ - [自动求导机制](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter2_PyTorch-Basics/autograd.ipynb)
22
- 数据的读取
23
- autograd.function的介绍
24
- Module和Sequential
0 commit comments