"example/vscode:/vscode.git/clone" did not exist on "4c9bd94eb0ef893cc763e29eef9003b41d2b8b78"
Commit eac039d2 authored by lukovnikov's avatar lukovnikov
Browse files

changing docker

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