From 373dda03b5d8f45d2af3110be97de11c180bb0e8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 11 Jan 2023 17:28:13 +0000 Subject: [PATCH] missing comma --- aimodel/src/deeplabv3_plus_test_rainfall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/src/deeplabv3_plus_test_rainfall.py b/aimodel/src/deeplabv3_plus_test_rainfall.py index c7afba1..294cab4 100755 --- a/aimodel/src/deeplabv3_plus_test_rainfall.py +++ b/aimodel/src/deeplabv3_plus_test_rainfall.py @@ -163,7 +163,7 @@ if PATH_CHECKPOINT is None: model_to_checkpoint=model, filepath=os.path.join( DIR_OUTPUT, - "checkpoints" + "checkpoints", "checkpoint_e{epoch:d}_loss{loss:.3f}.hdf5" ), monitor="loss"