1 min readMar 15, 2019
This line
ind= (test_flow.class_indices)
should be train_flow.class_indices not test,your training set has the labels not the test set.
This line
ind= (test_flow.class_indices)
should be train_flow.class_indices not test,your training set has the labels not the test set.