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

snapshot...

parent f5ef6d71
Branches
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ class Trainer(object):
hr_size = dataset_args['hr_dimension']
lr_size = int(hr_size // 4)
filenames = glob.glob('/Users/tomrink/data/opd_singles/valid_ires_??1?.npy')
# filenames = glob.glob('/Users/tomrink/data/opd_singles/valid_ires_??1?.npy')
filenames = glob.glob('/ships22/cloud/scratch/Satellite_Output/GOES-16/global/NREL_2023/2023_east_cf/clavrx_surfrad_abi_cld_opd_1_512x512/valid_ires_????.npy')
self.dataset = dataset.OpdNpyDataset(filenames, hr_size, lr_size, batch_size=self.batch_size).dataset
print('OPD dataset initialized...')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment