This repository was archived by the owner on Apr 12, 2026. It is now read-only.
v0.3.3 — bugfix release
Changed
max_stepsis automatically inferred from the tuning config if a number of lr decay steps is
givenmax_epochsis now optional (if bothmax_stepsandmax_epochsare unset and no lr schedule is
provided, Lightning's default will be used)find_unused_parametersis now disabled in DDP mode, unless in profile mode- Bumped lightning to 1.4.x
Fixed
- Linear decay now properly takes the warmup period into account