1 min readNov 27, 2018
I see you’re using different steps, batch sizes for predict generator, use them as I described, predict generator should have batch_size=1(or a number that exactly divides the number of files in the test set) else it will resample the same files again.