Skip to content

Instantly share code, notes, and snippets.

View dhth's full-sized avatar
🔧
building

Dhruv Thakur dhth

🔧
building
View GitHub Profile
@dhth
dhth / map_clsloc.txt
Created January 10, 2019 09:22 — forked from aaronpolhamus/map_clsloc.txt
Image net classes + labels
n02119789 1 kit_fox
n02100735 2 English_setter
n02110185 3 Siberian_husky
n02096294 4 Australian_terrier
n02102040 5 English_springer
n02066245 6 grey_whale
n02509815 7 lesser_panda
n02124075 8 Egyptian_cat
n02417914 9 ibex
n02123394 10 Persian_cat
@dhth
dhth / test.sh
Created December 21, 2018 15:40
ls fastai_old
@dhth
dhth / readme.md
Created September 26, 2018 06:33 — forked from baraldilorenzo/readme.md
VGG-19 pre-trained model for Keras

##VGG19 model for Keras

This is the Keras model of the 19-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