sadhaklal commited on
Commit
952df42
1 Parent(s): a0208df

updated description in README.md again

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ Multi-layer perceptron (MLP) trained on CIFAR-2 (a subset of CIFAR-10 for classi
13
 
14
  `RandomCrop(24)` was applied on the training set images, and `Resize(24)` was applied on the validation set images.
15
 
16
- This project pertains to Exercise 1 of Chapter 7 of the book "Deep Learning with PyTorch" by Eli Stevens, Luca Antiga, and Thomas Viehmann.
17
 
18
  Code: https://github.com/sambitmukherjee/dlwpt-exercises/blob/main/chapter_7/exercise_1.ipynb
19
 
 
13
 
14
  `RandomCrop(24)` was applied on the training set images, and `Resize(24)` was applied on the validation set images.
15
 
16
+ This model pertains to Exercise 1 of Chapter 7 of the book "Deep Learning with PyTorch" by Eli Stevens, Luca Antiga, and Thomas Viehmann.
17
 
18
  Code: https://github.com/sambitmukherjee/dlwpt-exercises/blob/main/chapter_7/exercise_1.ipynb
19