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

minor

parent e1d0ffe9
No related branches found
No related tags found
No related merge requests found
......@@ -256,11 +256,6 @@ class IcingIntensityFCN:
data = []
for param in self.train_params:
nda = self.get_parameter_data(param, nd_idxs, is_training)
# Manual Corruption Process. Better: see use of tf.keras.layers.GaussianNoise
# if NOISE_TRAINING and is_training:
# nda = normalize(nda, param, mean_std_dct, add_noise=True, noise_scale=0.01, seed=42)
# else:
# nda = normalize(nda, param, mean_std_dct)
nda = normalize(nda, param, mean_std_dct)
if DO_ZERO_OUT and is_training:
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment