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

snapshot...

parent e39f9b6b
Branches
No related tags found
No related merge requests found
...@@ -784,6 +784,8 @@ class SRCNN: ...@@ -784,6 +784,8 @@ class SRCNN:
self.s = np.arange(0, int(LEN_Y / 2) + 3, 0.5) self.s = np.arange(0, int(LEN_Y / 2) + 3, 0.5)
self.x_k = slice(1, LEN_X + 3) self.x_k = slice(1, LEN_X + 3)
self.y_k = slice(1, LEN_Y + 3) self.y_k = slice(1, LEN_Y + 3)
self.LEN_X = LEN_X
self.LEN_Y = LEN_Y
t0 = time.time() t0 = time.time()
bt = np.where(np.isnan(bt), 0, bt) bt = np.where(np.isnan(bt), 0, bt)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment