mindformers
stable
欢迎使用MindFormers
欢迎来到MindSpore Transformers(MindFormers)
特性
Trainer 组件
Pipeline 组件
AutoClass 组件
开发实践
Bert 下游任务微调
GPT2-13B 分布式训练
MindSpore 学习
模型
BERT
CLIP
GPT2
MAE
PanguAlpha
SWIN
T5
ViT
任务
Contrastive Language Image Pretrain
Image Classification
Question Answering
Text Classification
Token Classification
Zero Shot Image Classification
API
mindformers.core
mindformers.core
mindformers.core.callback
mindformers.core.loss
mindformers.core.lr
mindformers.core.lr.ConstantWarmUpLR
mindformers.core.lr.CosineWithRestartsAndWarmUpLR
mindformers.core.lr.CosineWithWarmUpLR
mindformers.core.lr.LinearWithWarmUpLR
mindformers.core.lr.PolynomialWithWarmUpLR
mindformers.core.metric
mindformers.core.optim
mindformers.dataset
mindformers.models
mindformers.modules
mindformers.pipeline
mindformers
mindformers.trainer
mindformers.wrapper
FAQ
如何提交PR
mindformers
»
mindformers.core
»
mindformers.core.lr.LinearWithWarmUpLR
View page source
mindformers.core.lr.LinearWithWarmUpLR
¶
class
mindformers.core.lr.
LinearWithWarmUpLR
(
learning_rate: float
,
warmup_steps: int
,
total_steps: int
,
warmup_lr_init: float = 0.0
)
[源代码]
¶
LinearWithWarmUpLR.