Skip to content

Commit 10ade65

Browse files
committed
upload pytorch-basics tensor
1 parent a113073 commit 10ade65

File tree

3 files changed

+871
-193
lines changed

3 files changed

+871
-193
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Learn Deep Learning with PyTorch
1717
## 课程目录
1818
### part1: 深度学习基础
1919
- Chapter 2: PyTorch基础
20-
- PyTorch和NumPy
20+
- [Tensor和Variable](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter2_PyTorch-Basics/Tensor-and-Variable.ipynb)
2121
- 自动求导机制
2222
- 数据的读取
23+
- autograd.function的介绍
2324
- Module和Sequential
2425
- 自定义参数的初始化
2526
- 模型保存和读取

chapter2_PyTorch-Basics/PyTorch-and-NumPy.ipynb

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)