mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
ai: another typo
This commit is contained in:
parent
cb3e1d3a23
commit
ddb375e906
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@ def model_rainfallwater_contrastive(shape_rainfall, shape_water, feature_dim=204
|
||||||
|
|
||||||
model.compile(
|
model.compile(
|
||||||
optimizer="Adam",
|
optimizer="Adam",
|
||||||
loss=LossContrastive(weights_temperature=weight_temperature)
|
loss=LossContrastive(weight_temperature=weight_temperature)
|
||||||
)
|
)
|
Loading…
Reference in a new issue