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

snapshot...

parent 3de0eb21
Branches
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ class ESPCN:
# if label_param != 'cloud_fraction':
# label = scale(label, label_param, mean_std_dct)
data = normalize(data, data_param, mean_std_dct)
data = normalize(data, data_param, mean_std_dct, add_noise=True, noise_scale=0.005)
if label_param != 'cloud_fraction':
label = normalize(label, 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