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

snapshot...

parent 213b2689
No related branches found
No related tags found
No related merge requests found
......@@ -984,7 +984,7 @@ class IcingIntensityFCN:
for data in self.eval_dataset:
print(data[0].shape, data[1].shape)
pred = self.model([data])
print(pred.shape, pred.numpy().min(), pred.numpy().max())
print(pred.shape, np.histogram(pred.numpy()))
preds = np.concatenate(pred_s)
preds = preds[:,0]
......
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