"official/vision/modeling/backbones/vit_test.py" did not exist on "866b4765558a62cb4af114b2cc594567d59cd440"
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