Skip to content

Commit

Permalink
Merge pull request #13 from chenzhaiyu/fix-links-toc
Browse files Browse the repository at this point in the history
fix links to chapters in TOC
  • Loading branch information
lyhue1991 authored Oct 29, 2020
2 parents 15d0360 + 5c82803 commit 11b4c1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
|day13| [4-3,nn.functional和nn.Module](./4-3,nn.functional和nn.Module.md) | ⭐️⭐️⭐️⭐️ | 1hour ||
|  |[**五、Pytorch的中阶API**](./五、Pytorch的中阶API.md) | ⭐️ | 0hour||
|day14| [5-1,Dataset和DataLoader](./5-1,Dataset和DataLoader.md) | ⭐️⭐️⭐️⭐️⭐️ | 2hour ||
|day15| [5-2,模型层](./5-3,模型层.md) | ⭐️⭐️⭐️ | 1hour ||
|day16| [5-3,损失函数](./5-4,损失函数.md) | ⭐️⭐️⭐️ | 1hour ||
|day15| [5-2,模型层](./5-2,模型层.md) | ⭐️⭐️⭐️ | 1hour ||
|day16| [5-3,损失函数](./5-3,损失函数.md) | ⭐️⭐️⭐️ | 1hour ||
|day17| [5-4,TensorBoard可视化](./5-4,TensorBoard可视化.md) | ⭐️⭐️⭐️ | 1hour ||
|  |[**六、Pytorch的高阶API**](./六、Pytorch的高阶API.md)| ⭐️ | 0hour||
|day18| [6-1,构建模型的3种方法](./6-1,构建模型的3种方法.md) | ⭐️⭐️⭐️⭐️ | 1hour ||
Expand Down Expand Up @@ -303,8 +303,8 @@ Note: This book is also very suitable as a reference for Pytorch's tool manual w
|day13| [4-3. nn.functional and nn.Module](./4-3,nn.functional和nn.Module.md) | ⭐️⭐️⭐️⭐️ | 1hour ||
|  |[**5. Pytorch's intermediate-level API**](./五、Pytorch的中阶API.md) | ⭐️ | 0hour||
|day14| [5-1. Dataset and DataLoader](./5-1,Dataset和DataLoader.md) | ⭐️⭐️⭐️⭐️⭐️ | 2hour ||
|day15| [5-2. Model layer](./5-3,模型层.md) | ⭐️⭐️⭐️ | 1hour ||
|day16| [5-3. Loss function](./5-4,损失函数.md) | ⭐️⭐️⭐️ | 1hour ||
|day15| [5-2. Model layer](./5-2,模型层.md) | ⭐️⭐️⭐️ | 1hour ||
|day16| [5-3. Loss function](./5-3,损失函数.md) | ⭐️⭐️⭐️ | 1hour ||
|day17| [5-4. TensorBoard TensorBoard visualization](./5-4,TensorBoard可视化.md) | ⭐️⭐️⭐️ | 1hour ||
|  |[**6. Pytorch's high-level API**](./六、Pytorch的高阶API.md)| ⭐️ | 0hour||
|day18| [6-1. 3 ways to build a model](./6-1,构建模型的3种方法.md) | ⭐️⭐️⭐️⭐️ | 1hour ||
Expand Down

0 comments on commit 11b4c1c

Please sign in to comment.