File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This repository provides tutorial code for deep learning researchers to learn [P
10
10
## Table of Contents
11
11
12
12
#### 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 )
14
14
* [ Linear Regression] ( https://github.com/yunjey/pytorch-tutorial/tree/master/tutorials/01-basics/linear_regression/main.py#L24-L31 )
15
15
* [ Logistic Regression] ( https://github.com/yunjey/pytorch-tutorial/tree/master/tutorials/01-basics/logistic_regression/main.py#L35-L42 )
16
16
* [ 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
56
56
57
57
58
58
## Author
59
- Yunjey Choi/ [ @yunjey ] ( https://github.com/yunjey )
59
+ Yunjey Choi/ [ @yunjey ] ( https://github.com/yunjey )
You can’t perform that action at this time.
0 commit comments