Minor change

This commit is contained in:
Heiko J Schick
2020-10-23 10:17:13 +02:00
parent 6644e03b4c
commit bea6ef10b6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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