I use the pre-trained VGG-16 model from Keras. My working source code so far is like this: I wound out that the model is trained on 1000 classes. It there any possibility to get the list of the classes this model is trained on? Printing out all the prediction labels is not an option because there are only 5 returned.