Keras-NASNet
Keras-NASNet copied to clipboard
Value Error: during data augmentation
This is error which i observed during the execution, ValueError: Error when checking target: expected predictions to have shape (None, 10) but got array with shape (48, 2)
I used this NASNet for my data which is having two classes. Can you guide me to resolve this issue