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

snapshot...

parent b0044375
Branches
No related tags found
No related merge requests found
...@@ -94,10 +94,10 @@ elif KERNEL_SIZE == 5: ...@@ -94,10 +94,10 @@ elif KERNEL_SIZE == 5:
y_2 = np.arange(68) y_2 = np.arange(68)
# ---------------------------------------- # ----------------------------------------
# Exp for ESPCN version # Exp for ESPCN version
slc_x_2 = slice(0, 132, 2) # slc_x_2 = slice(0, 132, 2)
slc_y_2 = slice(0, 132, 2) # slc_y_2 = slice(0, 132, 2)
x_128 = slice(2, 130) # x_128 = slice(2, 130)
y_128 = slice(2, 130) # y_128 = slice(2, 130)
def build_residual_conv2d_block(conv, num_filters, block_name, activation=tf.nn.relu, padding='SAME', def build_residual_conv2d_block(conv, num_filters, block_name, activation=tf.nn.relu, padding='SAME',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment