Lends a hand in adding a trained VGG16 network to your Keras model.
Here's a download which contains only the convolutional layers of VGG16, cutting it down to 10% of the full size. If you want to use the fully-connected layers download the full set of parameters from: original source of weights.
This code was originally adapted from the Keras neural style example. The weights are available under the CC BY-NC 4.0 license.