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

snapshot...

parent b102f603
Branches
No related tags found
No related merge requests found
......@@ -621,6 +621,7 @@ class SRCNN:
labels_denorm = denormalize(labels, label_param, mean_std_dct)
preds_denorm = denormalize(preds, label_param, mean_std_dct)
print(preds_denorm.min(), pred_denorm.max())
return labels_denorm, preds_denorm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment