awentzonline / keras-vgg-buddy

A real pal when you want to add VGG16 to your Keras model.
MIT License
27 stars 10 forks source link

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.