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

snapshot...

parent eccf8c5b
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,6 @@ class SRCNN:
conv = input_2d
print('input: ', conv.shape)
# conv = conv_b = tf.keras.layers.Conv2D(num_filters, kernel_size=3, padding=padding)(input_2d)
conv = conv_b = tf.keras.layers.Conv2D(num_filters, kernel_size=3, kernel_initializer='he_uniform', activation=activation, padding='SAME')(input_2d)
print(conv.shape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment