Commit b6c1cae6 authored by lukovnikov's avatar lukovnikov
Browse files

branches, optim cosine fix

parent 20e65220
......@@ -52,7 +52,7 @@ class LRSchedule(object):
def get_lr_(self, step):
return 1.
# raise NotImplemented("use subclass")
# raise NotImplemented("use subclass") -
class WarmupCosineSchedule(LRSchedule):
......
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