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

snapshot...

parent 0d44d448
Branches
No related tags found
No related merge requests found
......@@ -441,7 +441,7 @@ class ESPCN:
conv = tf.keras.layers.LeakyReLU()(conv)
print(conv.shape)
conv = tf.keras.layers.Conv2D(num_filters/2, kernel_size=3, strides=1, padding=padding, activation=None)(conv)
conv = tf.keras.layers.Conv2D(num_filters/2, kernel_size=3, strides=1, padding=padding, activation=activation)(conv)
conv = tf.keras.layers.BatchNormalization()(conv)
print(conv.shape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment