mrdbourke / pytorch-deep-learning

Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
https://learnpytorch.io
MIT License
11.14k stars 3.27k forks source link

extras/pytorch_most_common_errors.ipynb #1078

Closed pritesh2000 closed 2 months ago

pritesh2000 commented 2 months ago

The Three Most Common Errors in PyTorch https://www.learnpytorch.io/pytorch_most_common_errors/

different to a standard -> different from a standard This where -> This is where all the through -> all through equilvalent -> equivalent we go a device error -> we got a device error Let's fix this error but sending -> Let's fix this error by sending

Let's try make -> Let's try to make get in that datatype -> get into that datatype by the taking -> by taking can a fair -> can be a fair working with the neural -> working with and the neural For more in-depth examples of these errors, including making them and fixing in a hands-on manner -> For more in-depth examples of these errors, including how to create and fix them in a hands-on manner

mrdbourke commented 2 months ago

Excellent! Thank you very much :)