Download the dataset from here: https://www.kaggle.com/alexattia/the-simpsons-characters-dataset/data
- Tensorflow (tensorflow-gpu if you will to re-train the model)
- Keras
- numpy
- Learning Rate = 0.001
- Beta1 = 0.9
- Beta2 = 0.999
- epsilon = 1e-08
- decay = 0.002
- EarlyStop
- Reduce Learning Rate on Validation Loss plateu
- ModelCheckPoint
- Categorical CrossEntropy
- Accuracy
- BatchSize = 64
- Epochs = 500 (40)
Thank you!