Minor modification to remove pylint messages

This commit is contained in:
Heiko J Schick
2020-10-08 16:43:50 +02:00
parent 1db90f8a0a
commit d081002d5e
3 changed files with 94 additions and 93 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
"""
Simple linear regression application.
Simple example on how to fine tune models in Keras and how to use them.
Part 2
Source: https://www.guru99.com/keras-tutorial.html
"""