/VGG_19_Keras

Reproduce VGG19 with Keras with Tensorflow backend

Primary LanguagePython

Keras VGG19

This is a implemention of VGG 19 based on Keras with Tensorflow backend. Original Caffe implementation can be found in here. To use the VGG networks, the weights files for VGG19 has to be downloaded, and you can download in here provided by Keras.