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

snapshot...

parent 4a8e2109
Branches
No related tags found
No related merge requests found
......@@ -630,9 +630,6 @@ class SRCNN:
# preds_denorm = denormalize(preds, label_param, mean_std_dct)
labels_denorm = descale(labels, label_param, mean_std_dct)
preds_denorm = descale(preds, label_param, mean_std_dct)
print(preds_denorm.min(), preds_denorm.max())
print(np.histogram(labels_denorm, bins=20))
print(np.histogram(preds_denorm, bins=20))
return labels_denorm, preds_denorm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment