I\'m very new to Keras. I trained a model and would like to predict some images stored in subfolders (like for training). For testing, I want to predict 2 images from 7 clas
The problem is the inclusion of nb_samples in the predict_generator which is creating 14 batches of 14 images
nb_samples
predict_generator
14*14 = 196