Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

pritesh2000
Copy link
Contributor

@pritesh2000 pritesh2000 commented Jun 27, 2024

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?

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

preidctions  -> predictions
fine-tine  -> fine-tune
^some -> some
differnt -> diffrent
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?
@pritesh2000 pritesh2000 closed this by deleting the head repository Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant