Closed pisymbol closed 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.
Sigh, yes. Thanks for spotting that
Fixed in https://github.com/udacity/DL_PyTorch/commit/dc8b7c2143f1911fc75b9893c5d253d1a1061130
It made my day at least Mat. So there is that. Thanks.
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.