Skip to content

pytorch-optimizer v0.2.0

Compare
Choose a tag to compare
@jettify jettify released this 26 Oct 01:28
· 15 commits to master since this release

Changes

  • Drop RAdam optimizer since it is included in pytorch.
  • Do not include tests as installable package.
  • Preserver memory layout where possible.
  • Add MADGRAD optimizer.