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

initial commit

parent 85c889d9
Branches
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ class IcingIntensityNN:
data.append(nda)
data = np.stack(data)
data = data.astype(np.float32)
data = np.transpose(data, axes=(1, 0))
data = np.transpose(data, axes=(1, 2, 3, 0))
label = self.h5f['icing_intensity'][nd_idxs]
label = label.astype(np.int32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment