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

snapshot...

parent b1365a2e
Branches
No related tags found
No related merge requests found
......@@ -363,7 +363,7 @@ class SRCNN:
if NOISE_TRAINING:
conv = conv_b = tf.keras.layers.GaussianNoise(stddev=NOISE_STDDEV)(conv)
scale = 0.1
scale = 0.2
conv_b = build_residual_conv2d_block(conv_b, num_filters, 'Residual_Block_1', scale=scale)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment