beginners-pytorch-deep-learning icon indicating copy to clipboard operation
beginners-pytorch-deep-learning copied to clipboard

Chapter 2: Error with the check_image function

Open GomorrhaDev opened this issue 2 years ago • 1 comments

image

GomorrhaDev avatar Nov 18 '22 18:11 GomorrhaDev

Hi @FoxxUI!

Could you please share the versions you had installed? I just ran it on Google Colab and it works fine. Versions installed:

torch: 1.12.1+cu113
torchvision: 0.13.1+cu113
PIL: 7.1.2

I made a few changes in order to run it on Colab, see here: https://github.com/MarcusFra/beginners-pytorch-deep-learning/blob/google_colab_ch2/chapter2/Chapter%202_with_Colab.ipynb (you need to adjust the paths to train, val and test set) Does that help you?

MarcusFra avatar Nov 22 '22 07:11 MarcusFra