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

snapshot...

parent 1998ce6c
Branches
No related tags found
No related merge requests found
......@@ -976,6 +976,7 @@ class IcingIntensityFCN:
print(data[0].shape, data[1].shape)
pred = self.model([data])
print(pred.shape, np.histogram(pred.numpy()))
pred_s.append(pred)
preds = np.concatenate(pred_s)
preds = preds[:,0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment