diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 89cbdfadf7680f29107c5c153e2e76ce5e3d471a..33a18220c0f86180a448d996d3edcc512e3fffdb 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -28,7 +28,7 @@ NUM_EPOCHS = 60 TRACK_MOVING_AVERAGE = False EARLY_STOP = True -NOISE_TRAINING = False +NOISE_TRAINING = True NOISE_STDDEV = 0.01 DO_AUGMENT = True