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

snapshot...

parent a000b5d5
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,8 @@ DO_AUGMENT = True ...@@ -42,7 +42,8 @@ DO_AUGMENT = True
DO_SMOOTH = False DO_SMOOTH = False
SIGMA = 1.0 SIGMA = 1.0
DO_ZERO_OUT = False DO_ZERO_OUT = False
CACHE_FILE = '/scratch/long/rink/cld_opd_abi_128x128_cache' # CACHE_FILE = '/scratch/long/rink/cld_opd_abi_128x128_cache'
CACHE_FILE = ''
USE_EMA = True USE_EMA = True
EMA_OVERWRITE_FREQUENCY = 5 EMA_OVERWRITE_FREQUENCY = 5
...@@ -483,8 +484,8 @@ class SRCNN: ...@@ -483,8 +484,8 @@ class SRCNN:
def build_training(self): def build_training(self):
self.loss = tf.keras.losses.MeanSquaredError() # Regression # self.loss = tf.keras.losses.MeanSquaredError() # Regression
# self.loss = tf.keras.losses.MeanAbsoluteError() # Regression self.loss = tf.keras.losses.MeanAbsoluteError() # Regression
# decayed_learning_rate = learning_rate * decay_rate ^ (global_step / decay_steps) # decayed_learning_rate = learning_rate * decay_rate ^ (global_step / decay_steps)
initial_learning_rate = 0.001 initial_learning_rate = 0.001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment