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

snapshot...

parent 485d24df
No related merge requests found
...@@ -662,8 +662,6 @@ def prepare(param_idx=1, filename='/Users/tomrink/data_valid_40.npy'): ...@@ -662,8 +662,6 @@ def prepare(param_idx=1, filename='/Users/tomrink/data_valid_40.npy'):
def run_evaluate_static(in_file, out_file, param='temp_11_0um_nom', ckpt_dir='/Users/tomrink/tf_model_sres/run-20220805173619/'): def run_evaluate_static(in_file, out_file, param='temp_11_0um_nom', ckpt_dir='/Users/tomrink/tf_model_sres/run-20220805173619/'):
nda = np.load(in_file) nda = np.load(in_file)
nda = nda[:, data_idx, 2:133:2, 2:133:2]
nda = np.expand_dims(nda, axis=3)
nda = nda[:, data_idx, 3:131:2, 3:131:2] nda = nda[:, data_idx, 3:131:2, 3:131:2]
nda = resample(x_64, y_64, nda, t, s) nda = resample(x_64, y_64, nda, t, s)
......
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