"tests/vscode:/vscode.git/clone" did not exist on "28ef0165b91948a8ba9fabc8e993eb11f4c78a58"
Commit 3570932e authored by Amit Patankar's avatar Amit Patankar
Browse files

Updating the base learning rate to 3.2

parent abdc7f11
......@@ -80,7 +80,7 @@ class TimeHistory(tf.keras.callbacks.Callback):
LR_SCHEDULE = [ # (multiplier, epoch to start) tuples
(1.0, 5), (0.1, 30), (0.01, 60), (0.001, 80)
]
BASE_LEARNING_RATE = 0.4 #0.128
BASE_LEARNING_RATE = 3.2 #0.128
def learning_rate_schedule(current_epoch, current_batch, batches_per_epoch):
"""Handles linear scaling rule, gradual warmup, and LR decay.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment