I've written a code to make feature extraction on large datasets with Deep Learning using Keras.
I followed this tutorial (I used the same code): https://www.pyimagesearch.com/2019/05/27/keras-feature-extraction-on-large-datasets-with-deep-learning/
But I changed the dataset: my dataset contains 105 classes (Face recognition dataset).
Train: 15224 images
Test: 1155 images
Validation: 1155 images
But when I want to train the model I get this error: IndexError: index 24 is out of bounds for axis 1 with size 2