Cat and Dog Image Classifier

I am currently on probabilities in the cat dog image and all the modules before have been debugged without any error.
But I don’t, know what’s wrong with the function.

my code so far is :
probabilities = model.predict(test_data_gen)[:,0]
plotImages(test_data_gen[0][0], probabilities)

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36.

Challenge: Cat and Dog Image Classifier

Link to the challenge:

That’s not a log to go on, especially with this challenge. You’ll need to post a link to your colab notebook (and the error message would be helpful too) so that others can see and run your code in order for people to have a chance of helping you. There is a lot that can go wrong in the machine learning challenges.

Here Is a link to code

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.