ai: another typo

This commit is contained in:
Starbeamrainbowlabs 2022-09-01 16:12:05 +01:00
parent cb3e1d3a23
commit ddb375e906
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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)
)