commit 6d3c2290b23ce8e9c656dc8d0d4804d94060d3bf parent 94ca84b4cd7e3c4374f499a906a0bce4c0c338d7 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 7 Dec 2022 00:08:19 +0100 Fix typo in model_v2.py Diffstat:
| M | model_v2.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/model_v2.py b/model_v2.py @@ -270,7 +270,7 @@ def train_model( np.average(hypermodel_history.history["val_loss"]), ) - return model + return hypermodel def test_model(model):