Skip to content

Commit cd4fe7e

Browse files
authored
Update README.md
1 parent cf6e879 commit cd4fe7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository provides tutorial code for deep learning researchers to learn [P
1010
## Table of Contents
1111

1212
#### 1. Basics
13-
* [PyTorch Basics](https://github.com/yunjey/pytorch-tutorial/tree/master/tutorials/01-basics/pytorch_basics/main.py)
13+
* [PyTorch Basics](tree/master/tutorials/01-basics/pytorch_basics/main.py)
1414
* [Linear Regression](https://github.com/yunjey/pytorch-tutorial/tree/master/tutorials/01-basics/linear_regression/main.py#L24-L31)
1515
* [Logistic Regression](https://github.com/yunjey/pytorch-tutorial/tree/master/tutorials/01-basics/logistic_regression/main.py#L35-L42)
1616
* [Feedforward Neural Network](https://github.com/yunjey/pytorch-tutorial/tree/master/tutorials/01-basics/feedforward_neural_network/main.py#L36-L47)
@@ -56,4 +56,4 @@ $ python main-gpu.py # gpu version
5656

5757

5858
## Author
59-
Yunjey Choi/ [@yunjey](https://github.com/yunjey)
59+
Yunjey Choi/ [@yunjey](https://github.com/yunjey)

0 commit comments

Comments
 (0)