I am working on training a VGG16-like model in Keras, on a 3 classes subset from Places205, and encountered the following error:
ValueError: Error when chec
I also got the same error and solved it by setting class_mode as categorical instead of binary
class_mode
categorical
binary