how could I be so *stupid*......

This commit is contained in:
Starbeamrainbowlabs 2022-10-31 18:40:58 +00:00
parent da32d75778
commit cf872ef739
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@ class RainfallWaterContraster(object):
validation_data=dataset_validate,
epochs=self.epochs,
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):

View file

@ -48,8 +48,8 @@ def run(args):
batch_size=args.batch_size,
)
print("BATCHES_TRAIN", count_batches(dataset_train))
print("BATCHES_VALIDATE", count_batches(dataset_validate))
# print("BATCHES_TRAIN", count_batches(dataset_train)) # 18500 for the full 2006-2020 dataset
# print("BATCHES_VALIDATE", count_batches(dataset_validate)) # 4653 for the full 2006-2020 dataset