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

snapshot...

parent 25f3c98c
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,7 @@ class IcingIntensityNN: ...@@ -248,7 +248,7 @@ class IcingIntensityNN:
self.h5f = h5py.File(filename, 'r') self.h5f = h5py.File(filename, 'r')
time = self.h5f['time'] time = self.h5f['time']
num_obs = time.shape[0] num_obs = time.shape[0]
trn_idxs, tst_idxs = split_data(num_obs, skip=4) trn_idxs, tst_idxs = split_data(num_obs)
self.num_data_samples = trn_idxs.shape[0] self.num_data_samples = trn_idxs.shape[0]
self.get_train_dataset(trn_idxs) self.get_train_dataset(trn_idxs)
......
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