oarriaga / face_classification

Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
MIT License
5.61k stars 1.59k forks source link

IndexError: index 144 is out of bounds for axis 1 with size 100 #132

Open hoangnt2601 opened 4 years ago

hoangnt2601 commented 4 years ago

When I change num_classes = 100 for targets from to_categorical to age prediction training with a 100 labels. This error Selection_007