When passing `label_mode="binary"`, there must be exactly 2 class_names. Received: class_names=[]

Viewed 15

I'm new to deep learning and now I'm trying to classify skin diseases. I've tried this code in google colab however it gives me an error. When passing label_mode="binary", there must be exactly 2 class_names. Received: class_names=[]

MY CODE

0 Answers
Related