how could I be so stupid..... round 2

This commit is contained in:
Starbeamrainbowlabs 2022-11-02 17:38:26 +00:00
parent 441ad92b12
commit f2ae74ce7b
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

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