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

snapshot...

parent a51a2dec
Branches
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class Trainer(object):
hr_size = dataset_args['hr_dimension']
lr_size = int(hr_size // 4)
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')
filenames = glob.glob('/ships22/cloud/scratch/Satellite_Output/GOES-16/global/NREL_2023/2023_east_cf/clavrx_surfrad_abi_cld_opd_1_512x512/train_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