From 11036a175811e0ddde6743e436557b89b9716774 Mon Sep 17 00:00:00 2001 From: Oleg Dzhimiev Date: Wed, 18 Jul 2018 18:50:52 -0600 Subject: [PATCH] testing --- test_nn_feed.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_nn_feed.py b/test_nn_feed.py index 43250f6..1e63303 100644 --- a/test_nn_feed.py +++ b/test_nn_feed.py @@ -264,8 +264,8 @@ for epoch in range(lastepoch,500): #packed_tiles[np.isnan(packed_tiles)] = 0.0 #tmp_vals[np.isnan(tmp_vals)] = 0.0 - input_patch = training_tiles - gt_patch = training_values + input_patch = training_tiles[::2] + gt_patch = training_values[::2] st=time.time() -- 2.18.1