From ddb375e906d2e1db4a64ca8c62f6ff5cb0e1ad31 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 1 Sep 2022 16:12:05 +0100 Subject: [PATCH] ai: another typo --- aimodel/src/lib/ai/model_rainfallwater_contrastive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/src/lib/ai/model_rainfallwater_contrastive.py b/aimodel/src/lib/ai/model_rainfallwater_contrastive.py index f7e18de..ddcc83b 100644 --- a/aimodel/src/lib/ai/model_rainfallwater_contrastive.py +++ b/aimodel/src/lib/ai/model_rainfallwater_contrastive.py @@ -48,5 +48,5 @@ def model_rainfallwater_contrastive(shape_rainfall, shape_water, feature_dim=204 model.compile( optimizer="Adam", - loss=LossContrastive(weights_temperature=weight_temperature) + loss=LossContrastive(weight_temperature=weight_temperature) ) \ No newline at end of file