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

minor

parent 57769979
Branches
No related tags found
No related merge requests found
......@@ -470,6 +470,12 @@ class IcingIntensityNN:
self.get_test_dataset(tst_idxs)
print('datetime: ', now)
print('training and test data: ')
print(filename_l1b_trn)
print(filename_l1b_tst)
print(filename_l2_trn)
print(filename_l2_tst)
print('---------------------------')
print('num train samples: ', self.num_data_samples)
print('BATCH SIZE: ', BATCH_SIZE)
print('num test samples: ', tst_idxs.shape[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment