Skip to content

pytorch-optimizer v3.7.0

Choose a tag to compare

@kozistr kozistr released this 28 Jul 14:33
ecdf6b6

Change Log

Feature

CI

  • Enable CI for Python 3.8 ~ 3.13. (#402, #404)

Fix

  • Adjust the value of eps to the fixed value 1e-15 when adding to exp_avg_sq. (#397, #398)
  • built-in type-hint in Kron optimizer. (#404)

Contributions

Thanks to @sobolevn