course22
course22 copied to clipboard
Problem with Chapter 1 in Colab
trafficstars
Trying to work through Ch1 in Colab, the training of the cat recognition model has taken up to 40 minutes per epoch and some error messages about deprecated variable names.
Trying to test the model with an uploaded file or even the default I get a message stating no such directory or file.

Same issue here
It is because it looks for a file images/random_dog.jpg, which you probably have not uploaded to your workspace to directory images/.
You should either, I think:
- Ommit this cell if you previously used Uploader on your system files, or
- Put picture into directory 'images/' with the name 'random_dog.jpg' - or put your photo anywhere into the Colab workspace, copy its path and put it in place of
images/random_dog.jpg