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

snapshot...

parent 26793d09
Branches
No related tags found
No related merge requests found
......@@ -415,7 +415,7 @@ class SRCNN:
input_2d = self.inputs[0]
input_2d_conv = input_2d[:, :, :, 0:3]
input_2d_no_conv = input_2d[:, 1:(130-1), 1:(130-1), 3:]
input_2d_no_conv = input_2d[:, 1:((self.LEN_Y+2)-1), 1:((self.LEN_X+2)-1), 3:]
print('input: ', input_2d.shape)
print('input_2d_conv: ', input_2d_conv.shape)
print('input_2d_no_conv: ', input_2d_no_conv.shape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment