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

snapshot...

parent d1dd0e1d
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ print('label_param: ', label_param) ...@@ -67,6 +67,7 @@ print('label_param: ', label_param)
KERNEL_SIZE = 3 # target size: (128, 128) KERNEL_SIZE = 3 # target size: (128, 128)
N_X = N_Y = 1 N_X = N_Y = 1
LEX_X = LEN_Y = 128
if KERNEL_SIZE == 3: if KERNEL_SIZE == 3:
slc_x = slice(3, N_X*128 + 5) slc_x = slice(3, N_X*128 + 5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment