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

`snapshot...`

parent 0940ce52
Branches
No related tags found
No related merge requests found
......@@ -777,7 +777,8 @@ class SRCNN:
LEN_X = 2 * (LEN_X - 8)
t0 = time.time()
cld_opd_sres, LEN_Y_in, LEN_X_in = self.run_inference_(bt, refl, cld_opd, refl_sub_lo, refl_sub_hi, refl_sub_std, LEN_Y, LEN_X)
# cld_opd_sres, LEN_Y_in, LEN_X_in = self.run_inference_(bt, refl, cld_opd, refl_sub_lo, refl_sub_hi, refl_sub_std, LEN_Y, LEN_X)
cld_opd_sres, LEN_Y_in, LEN_X_in = self.run_inference_(bt, refl, cld_opd, None, None, refl_sub_std, LEN_Y, LEN_X)
t1 = time.time()
print('inference time: ', (t1 - t0))
print(cld_opd_sres.shape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment