bentrevett / pytorch-image-classification

Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
MIT License
964 stars 239 forks source link

Edit tutorial notebooks #16

Closed amrzv closed 2 years ago

amrzv commented 2 years ago

Hi. Thanks for your great tutorials. Made some changes to notebooks:

bentrevett commented 2 years ago

Thanks for the fixes @amrzv, LGTM!

Is there a tool you are using for detecting pep8 errors? I think I had a look at doing this in the past, but never found anything that I was satisfied with.

amrzv commented 2 years ago

Yes, I use pycodestyle_magic extension.