Skip to content

Commit

Permalink
Add model files
Browse files Browse the repository at this point in the history
  • Loading branch information
flyyufelix committed Oct 14, 2016
1 parent 8c5c7ea commit 90259e3
Show file tree
Hide file tree
Showing 6 changed files with 1,015 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# finetune_neural_network
# finetune_neural_network

Starter Scripts to fine-tune Convolutional Neural Networks in Keras

Implementation is available for the following CNN models:

VGG16 - vgg16.py
VGG19 - vgg19.py
GoogLeNet (InceptionV1) - googlenet.py
InceptionV3 - inception_v3.py
ResNet - resnet.py

ImageNet pretrained data should be stored in the `cache` directory. The directory is currently empty. Follow the link provided in the individual model files to dowload the data into this directory.

Loading

0 comments on commit 90259e3

Please sign in to comment.