training_set.class_indices

That is a dictionary, showing you whether 0 or 1 is cat or dog.

If you want to see whether 0 or 1 is cat or dog, you can print out the dictionary.

print(training_set.class_indices)

Otherwise, delete that line and everything will still works.

Lifelong learner.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store