Skip to content

pytorch-optimizer v2.7.0

Choose a tag to compare

@kozistr kozistr released this 26 Apr 06:31
7ded073

Change Log

Features

Refactor

  • Rename adamd_debias_term to adam_debias, #133
  • Merge the rectified version with the original, #133
    • diffRGrad + diffGrad -> diffGrad
    • RaLamb + Lamb -> Lamb
    • now you can simply use with rectify=True

Fix

  • Fix previous_grad deepcopy issue in Adan optimizer. #134