"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "e20d8895bdc926babc45e6bfa7ec9047b012aa77"
Commit eac039d2 authored by lukovnikov's avatar lukovnikov
Browse files

changing docker

parent 471daf1b
...@@ -24,7 +24,7 @@ import logging ...@@ -24,7 +24,7 @@ import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
__all__ = ["LRSchedule", "WarmupLinearSchedule", "WarmupConstantSchedule", "WarmupCosineSchedule", "BertAdam"] __all__ = ["LRSchedule", "WarmupLinearSchedule", "WarmupConstantSchedule", "WarmupCosineSchedule", "BertAdam", "WarmupCosineWithRestartsSchedule"]
class LRSchedule(object): class LRSchedule(object):
......
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