Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

v0.3.3 — bugfix release

Choose a tag to compare

@LoicGrobol LoicGrobol released this 01 Oct 17:32

Changed

  • max_steps is automatically inferred from the tuning config if a number of lr decay steps is
    given
  • max_epochs is now optional (if both max_steps and max_epochs are unset and no lr schedule is
    provided, Lightning's default will be used)
  • find_unused_parameters is 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