Skip to content

Instantly share code, notes, and snippets.

View evtimovi's full-sized avatar

Ivan Evtimov evtimovi

View GitHub Profile

Keybase proof

I hereby claim:

  • I am evtimovi on github.
  • I am ivanevtimov5 (https://keybase.io/ivanevtimov5) on keybase.
  • I have a public key whose fingerprint is 197A 08D1 9598 B8F8 8CBE 05E0 D347 219C 6872 7FA7

To claim this, I am signing this object:

@evtimovi
evtimovi / readme.md
Created July 29, 2017 00:53 — forked from baraldilorenzo/readme.md
VGG-16 pre-trained model for Keras

##VGG16 model for Keras

This is the Keras model of the 16-layer network used by the VGG team in the ILSVRC-2014 competition.

It has been obtained by directly converting the Caffe model provived by the authors.

Details about the network architecture can be found in the following arXiv paper:

Very Deep Convolutional Networks for Large-Scale Image Recognition

K. Simonyan, A. Zisserman