Skip to content

Commit cab9700

Browse files
authoredJun 6, 2019
Merge pull request rasbt#1 from Vijayabhaskar96/patch-1
fix CNN with He init link
2 parents c8702ff + 2c38c66 commit cab9700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A collection of various deep learning architectures, models, and tips for Tensor
2424
#### Basic
2525

2626
- Convolutional Neural Network [[TensorFlow 1](tensorflow1_ipynb/cnn/convnet.ipynb)] [[PyTorch](pytorch_ipynb/cnn/cnn-basic.ipynb)]
27-
- Convolutional Neural Network with He Initialization [[PyTorch](pytorch_ipynb/cnn-he-init.ipynb)]
27+
- Convolutional Neural Network with He Initialization [[PyTorch](pytorch_ipynb/cnn/cnn-he-init.ipynb)]
2828

2929
#### Concepts
3030

0 commit comments

Comments
 (0)
Please sign in to comment.