1 min readFeb 9, 2019
- You can have the same structure as ‘train’. No problem until class_mode=None for predict generator.
- predict generator expects a generator that yields batches of input numpy array as input.
- test set is suppose to be the final dataset you’re going to predict for,which you don’t have the labels,if you have the labels you treat it as validation set.