diff --git a/vgg16-prepare_train_model.py b/vgg16-prepare_train_model.py index ab2c1e6..7b50060 100644 --- a/vgg16-prepare_train_model.py +++ b/vgg16-prepare_train_model.py @@ -1,5 +1,5 @@ """ -Simple example on how to fine tune models in Keras and how to use them. +Simple example on how to fine tune the VGG16 model in Keras and how to use them. Part 1 Source: https://www.guru99.com/keras-tutorial.html diff --git a/vgg16-test_model.py b/vgg16-test_model.py index 2ede54b..e99b73c 100644 --- a/vgg16-test_model.py +++ b/vgg16-test_model.py @@ -1,5 +1,5 @@ """ -Simple example on how to fine tune models in Keras and how to use them. +Simple example on how to fine tune the VGG16 model in Keras and how to use them. Part 2 Source: https://www.guru99.com/keras-tutorial.html