From f0d1b507273c536dc8a5c8c845982bc9f6a62589 Mon Sep 17 00:00:00 2001 From: Heiko J Schick Date: Tue, 20 Oct 2020 23:01:09 +0200 Subject: [PATCH] Minor commenting changes --- test_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_model.py b/test_model.py index efe4892..2ede54b 100644 --- a/test_model.py +++ b/test_model.py @@ -1,6 +1,6 @@ """ Simple example on how to fine tune models in Keras and how to use them. -Part 1 +Part 2 Source: https://www.guru99.com/keras-tutorial.html """