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

snapshot...

parent ab7f6e63
Branches
No related tags found
No related merge requests found
...@@ -370,7 +370,7 @@ class ESPCN: ...@@ -370,7 +370,7 @@ class ESPCN:
if NOISE_TRAINING: if NOISE_TRAINING:
conv = conv_b = tf.keras.layers.GaussianNoise(stddev=NOISE_STDDEV)(conv) conv = conv_b = tf.keras.layers.GaussianNoise(stddev=NOISE_STDDEV)(conv)
scale = None scale = 0.20
conv_b = build_residual_conv2d_block(conv_b, num_filters, 'Residual_Block_1', scale=scale) 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 to comment