I was exploring Keras a bit further, and found that VGG16 is also available to be loaded directly from the Keras api: https://keras.io/applications/#vgg16 Upon inspecting the pre-trained network provided in platform.ai/models vs. the one available in keras, the two networks appear to have different architectures. For example, VGG16 provided by Jeremy has dropout layers in between the dense layers,
