-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c5c7ea
commit 90259e3
Showing
6 changed files
with
1,015 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
Oops, something went wrong.