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

snapshot...

parent 4fe6621e
Branches
No related tags found
No related merge requests found
...@@ -172,8 +172,7 @@ def build_residual_block_conv2d_down2x(x_in, num_filters, activation, padding='S ...@@ -172,8 +172,7 @@ def build_residual_block_conv2d_down2x(x_in, num_filters, activation, padding='S
def upsample(tmp): def upsample(tmp):
# tmp = tmp[:, slc_y_2, slc_x_2] tmp = tmp[:, 0:67, 0:67]
tmp = tmp[:, 0:66, 0:66]
tmp = resample_2d_linear(x_2, y_2, tmp, t, s) tmp = resample_2d_linear(x_2, y_2, tmp, t, s)
tmp = tmp[:, y_k, x_k] tmp = tmp[:, y_k, x_k]
return tmp return tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment