mllam/neural-lam

Learning rate scheduler

Open

#97 创建于 2024年12月10日

在 GitHub 查看
 (8 评论) (0 反应) (1 负责人)Python (276 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (282 star)
PR 合并指标
 (PR 指标待抓取)

描述

Learning rate scheduling is something useful that we should have as an option. As setting up a way to configure arbitrary pytorch schedulers becomes over-complicated, we should start by just adding in options for cosine schedule. @ErikLarssonDev has a prototype for this.

贡献者指南