udacity / DL_PyTorch

Code for the Deep Learning with PyTorch lesson
MIT License
361 stars 370 forks source link

Typo should be fixed in Part 6 #2

Closed pisymbol closed 6 years ago

pisymbol commented 6 years ago

Under the subheading "Saving and loading networks" there is a sentence:

The simplest thing to do is simply save the state **** with torch.save. For example, we can save it to a file 'checkpoint.pth'.

I'm going to out on a limb and say you wanted to type "dict" with a T not a K.

mcleonard commented 6 years ago

Sigh, yes. Thanks for spotting that

mcleonard commented 6 years ago

Fixed in https://github.com/udacity/DL_PyTorch/commit/dc8b7c2143f1911fc75b9893c5d253d1a1061130

pisymbol commented 6 years ago

It made my day at least Mat. So there is that. Thanks.