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

minor

parent 3ed4fb4c
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ def build_residual_block(input, drop_rate, num_neurons, activation, block_name, ...@@ -117,7 +117,7 @@ def build_residual_block(input, drop_rate, num_neurons, activation, block_name,
class IcingIntensityNN: class IcingIntensityNN:
def __init__(self, day_night='DAY', l1b_andor_l2='BOTH', gpu_device=0, datapath=None): def __init__(self, day_night='DAY', l1b_andor_l2='both', gpu_device=0, datapath=None):
if day_night == 'DAY': if day_night == 'DAY':
self.train_params_l1b = train_params_l1b_day self.train_params_l1b = train_params_l1b_day
......
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