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

minor

parent 1ebee4d7
Branches
No related tags found
No related merge requests found
......@@ -374,11 +374,9 @@ class ESPCN:
input_2d = self.inputs[0]
print('input: ', input_2d.shape)
# conv = tf.keras.layers.Conv2D(num_filters, kernel_size=5, strides=1, padding='VALID', activation=None)(input_2d)
conv = input_2d
print('input: ', conv.shape)
skip = conv
conv = conv_b = tf.keras.layers.Conv2D(num_filters, kernel_size=3, padding=padding)(input_2d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment