mrdbourke / pytorch-deep-learning

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

Update 06_pytorch_transfer_learning.ipynb changing some text for better understanding and fixed some typos #989

Open pritesh2000 opened 1 week ago

pritesh2000 commented 1 week ago

06: pytorch transfer learning https://www.learnpytorch.io/06_pytorch_transfer_learning/

preidctions -> predictions fine-tine -> fine-tune ^some -> some differnt -> different assosciated -> associated populuation -> population outisde -> outside

Understanding this performance vs. speed vs. size tradeoff will come with time and practice. -> Understanding this performance vs. speed vs. size tradeoff will come with time and practice.

Transfer learning often allows to you get good results with a relatively small amount of custom data. -> Transfer learning often allows you to get good results with a relatively small amount of custom data.

What changes to our code would need to made to use the new API? -> What changes to our code would need to be made to use the new API?