I use Keras 2.0 (TensorFlow backend) on Ubuntu 17.04 to do binary image classification. Everything works great except I'd like to see which images are misclassified. How do I do that?
Also, unsure if it'd answer my problem, but in TensorBoard I can't get the image
tab to work, so don't know if that'd help.
I've done a lot of googling, of course, but I just can't find an answer.