From 090ab784571b1b07a60a1a93e747c377c86292e1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Nov 2024 21:53:59 +0000 Subject: [PATCH] dlr: fix (another) crash --- 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 54d7bfb..926ca84 100755 --- a/aimodel/src/deeplabv3_plus_test_rainfall.py +++ b/aimodel/src/deeplabv3_plus_test_rainfall.py @@ -95,7 +95,7 @@ if not PREDICT_AS_ONE: do_remove_isolated_pixels=REMOVE_ISOLATED_PIXELS, parallel_reads_multiplier=PARALLEL_READS, percentage_validate=SPLIT_VALIDATE, - percentage_test=SPLIT_TESTs + percentage_test=SPLIT_TEST ) logger.info("Train Dataset:", dataset_train)