mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
how could I be so *stupid*......
This commit is contained in:
parent
da32d75778
commit
cf872ef739
2 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ class RainfallWaterContraster(object):
|
||||||
validation_data=dataset_validate,
|
validation_data=dataset_validate,
|
||||||
epochs=self.epochs,
|
epochs=self.epochs,
|
||||||
callbacks=make_callbacks(self.dir_output, self.model_predict),
|
callbacks=make_callbacks(self.dir_output, self.model_predict),
|
||||||
steps_per_epoch=10 # For testing
|
# steps_per_epoch=10 # For testing
|
||||||
)
|
)
|
||||||
|
|
||||||
def embed(self, dataset):
|
def embed(self, dataset):
|
||||||
|
|
|
@ -48,8 +48,8 @@ def run(args):
|
||||||
batch_size=args.batch_size,
|
batch_size=args.batch_size,
|
||||||
)
|
)
|
||||||
|
|
||||||
print("BATCHES_TRAIN", count_batches(dataset_train))
|
# print("BATCHES_TRAIN", count_batches(dataset_train)) # 18500 for the full 2006-2020 dataset
|
||||||
print("BATCHES_VALIDATE", count_batches(dataset_validate))
|
# print("BATCHES_VALIDATE", count_batches(dataset_validate)) # 4653 for the full 2006-2020 dataset
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue