From 71088b8c0b765498037ee9207d8b642b417c4d9a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 2 Feb 2023 15:48:49 +0000 Subject: [PATCH] typo --- aimodel/src/encoderonly_test_rainfall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/src/encoderonly_test_rainfall.py b/aimodel/src/encoderonly_test_rainfall.py index 9fb38f8..562a00b 100755 --- a/aimodel/src/encoderonly_test_rainfall.py +++ b/aimodel/src/encoderonly_test_rainfall.py @@ -105,7 +105,7 @@ def make_encoderonly(windowsize, channels, encoder="convnext", water_bins=2, ste model = make_encoderonly( windowsize=WINDOW_SIZE, - channels=CHANNELS. + channels=CHANNELS, steps_per_execution=STEPS_PER_EXECUTION ) summarywriter(model, os.path.join(DIRPATH_OUTPUT, "summary.txt"))