udacity / deep-learning-v2-pytorch

Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
MIT License
5.26k stars 5.32k forks source link

Remove solutions and messy outputs #338

Closed lemairecarl closed 3 years ago

lemairecarl commented 3 years ago

This fixes the issue mentionned here: https://github.com/udacity/deep-learning-v2-pytorch/issues/317#issuecomment-856333303

I reverted back to that version: https://github.com/udacity/deep-learning-v2-pytorch/blob/c7aca63be95a1981215d7f848e144d4ebaedc640/intro-to-pytorch/Part%202%20-%20Neural%20Networks%20in%20PyTorch%20(Exercises).ipynb

And edited it to include the trick to download MNIST. I plan to include a better trick for this problem in this PR.