mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
and another
This commit is contained in:
parent
58dbabd561
commit
c52a9f961c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class RainfallWaterContraster(object):
|
||||||
|
|
||||||
|
|
||||||
def make_model(self):
|
def make_model(self):
|
||||||
model = model_rainfallwater_contrastive(batch_size=self.batch_size, **self.kwargs)
|
model = model_rainfallwater_contrastive(**self.kwargs)
|
||||||
return model
|
return model
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue