Skip to content
Snippets Groups Projects
Commit 3ab752a7 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 2c5d5b52
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ class OpdNpyDataset: ...@@ -160,7 +160,7 @@ class OpdNpyDataset:
dataset = dataset.shuffle(2000, reshuffle_each_iteration=True) dataset = dataset.shuffle(2000, reshuffle_each_iteration=True)
dataset = dataset.batch(batch_size) dataset = dataset.batch(batch_size)
dataset = dataset.map(self.data_function, num_parallel_calls=8) dataset = dataset.map(self.data_function, num_parallel_calls=8)
# dataset = dataset.cache() dataset = dataset.cache(filename='/ships22/cloud/scratch/Satellite_Output/GOES-16/global/NREL_2023/2023_east_cf/cld_opd_train')
dataset = dataset.prefetch(buffer_size=1) dataset = dataset.prefetch(buffer_size=1)
self.dataset = dataset self.dataset = dataset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment