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

snapshot...

parent 3767a477
No related branches found
No related tags found
No related merge requests found
...@@ -186,8 +186,6 @@ class UNET: ...@@ -186,8 +186,6 @@ class UNET:
# self.inputs.append(tf.keras.Input(shape=(None, None, 5))) # self.inputs.append(tf.keras.Input(shape=(None, None, 5)))
self.inputs.append(tf.keras.Input(shape=(None, None, 6))) self.inputs.append(tf.keras.Input(shape=(None, None, 6)))
self.flight_level = 0
self.DISK_CACHE = False self.DISK_CACHE = False
# if datapath is not None: # if datapath is not 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