mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
branches, optim cosine fix
This commit is contained in:
parent
20e652209c
commit
b6c1cae67b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user