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

snapshot...

parent 5d05e429
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ def upsample_static(grd, x_2, y_2, t, s, y_k, x_k): ...@@ -152,7 +152,7 @@ def upsample_static(grd, x_2, y_2, t, s, y_k, x_k):
class SRCNN: class SRCNN:
def __init__(self, LEN_Y=32, LEN_X=32): def __init__(self, LEN_Y=128, LEN_X=128):
self.train_data = None self.train_data = None
self.train_label = None self.train_label = None
......
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