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: