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

snapshot...

parent 0e1f7eb9
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,6 @@ def run(h5f, param_s, train_tiles, valid_tiles, lbl_param_s, lbl_train_tiles, lb
for param in param_s:
try:
grd = get_grid_values(h5f, param, 0, 0, None, num_lines, num_pixels)
print(grd.shape)
grd_s.append(grd)
except Exception as e:
print(e)
......@@ -161,10 +160,8 @@ def run(h5f, param_s, train_tiles, valid_tiles, lbl_param_s, lbl_train_tiles, lb
grd_s = []
for param in lbl_param_s:
print(param)
try:
grd = get_grid_values(h5f, param, 0, 0, None, num_lines*2, num_pixels*2)
print(grd.shape)
grd_s.append(grd)
except Exception as e:
print(e)
......
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