Vijayabhaskar J
1 min readFeb 9, 2019

--

  1. You can have the same structure as ‘train’. No problem until class_mode=None for predict generator.
  2. predict generator expects a generator that yields batches of input numpy array as input.
  3. 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.

--

--

Vijayabhaskar J
Vijayabhaskar J

Responses (1)