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

snapshot...

parent feff28da
Branches
No related tags found
No related merge requests found
......@@ -687,7 +687,7 @@ class SRCNN:
preds = np.concatenate(self.test_preds)
inputs = np.concatenate(self.test_input)
cat_cld_frac = np.concatenate(self.test_cat_cf)
print(labels.shape, cat_cld_frac.shape, preds.shape)
print(labels.shape, preds.shape, cat_cld_frac.shape, inputs.shape)
# labels = denormalize(labels, label_param, mean_std_dct)
# preds = denormalize(preds, label_param, mean_std_dct)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment