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

snapshot...

parent df612ef5
No related branches found
No related tags found
No related merge requests found
...@@ -63,8 +63,8 @@ x_70 = np.arange(70) ...@@ -63,8 +63,8 @@ x_70 = np.arange(70)
y_70 = np.arange(70) y_70 = np.arange(70)
#x_70_2 = x_70[3:67:2] #x_70_2 = x_70[3:67:2]
#y_70_2 = y_70[3:67:2] #y_70_2 = y_70[3:67:2]
x_70_2 = x_70[2:68:2] x_70_2 = x_70[2:69:2]
y_70_2 = y_70[2:68:2] y_70_2 = y_70[2:69:2]
def build_residual_conv2d_block(conv, num_filters, block_name, activation=tf.nn.leaky_relu, padding='SAME'): def build_residual_conv2d_block(conv, num_filters, block_name, activation=tf.nn.leaky_relu, padding='SAME'):
......
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