From bea6ef10b6b36333ddc0fa182d6609121a807537 Mon Sep 17 00:00:00 2001 From: Heiko J Schick Date: Fri, 23 Oct 2020 10:17:13 +0200 Subject: [PATCH] Minor change --- vgg16-prepare_train_model.py | 2 +- vgg16-test_model.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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