I have trained a binary classification model with Keras on a custom dataset. Want to check what is in the image that made the model predict a certain class over another? It worked for only one image and I am no longer able to test it on the other images.
Does it mean my model is corrupted? Or is it a bug of ELI5?
These are the versions of my packages in the notebook:
I have trained a binary classification model with Keras on a custom dataset. Want to check what is in the image that made the model predict a certain class over another? It worked for only one image and I am no longer able to test it on the other images. Does it mean my model is corrupted? Or is it a bug of ELI5? These are the versions of my packages in the notebook:
Thanks in advance