mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 17:23:01 +00:00
how could I be so stupid..... round 2
This commit is contained in:
parent
441ad92b12
commit
f2ae74ce7b
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class RainfallWaterSegmenter(object):
|
||||||
validation_data=dataset_validate,
|
validation_data=dataset_validate,
|
||||||
epochs=self.epochs,
|
epochs=self.epochs,
|
||||||
callbacks=make_callbacks(self.dir_output, self.model),
|
callbacks=make_callbacks(self.dir_output, self.model),
|
||||||
steps_per_epoch=10 # For testing
|
# steps_per_epoch=10 # For testing
|
||||||
)
|
)
|
||||||
|
|
||||||
def embed(self, rainfall_embed):
|
def embed(self, rainfall_embed):
|
||||||
|
|
Loading…
Reference in a new issue