keras-vgg-buddy

Your pal when you want some VGG16 with your Keras.


License
Other
Install
pip install keras-vgg-buddy==0.1.1

Documentation

Keras VGG buddy

Lends a hand in adding a trained VGG16 network to your Keras model.

Pre-trained 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.