Skip to content

pytorch-optimizer v3.8.0

Choose a tag to compare

@kozistr kozistr released this 13 Aug 14:06
483a816

Change Log

Feature

Update

  • Re-implement Muon and AdaMuon optimizers based on the recent official implementation. (#408, #410)
    • Their definitions have changed from the previous version, so please check out the documentation!
  • Update the missing optimizers from __init__.py. (#415)
  • Add the HuggingFace Trainer example. (#415)
  • Optimize the visualization outputs and change the visualization document to a table layout. (#416)

Dependency

  • Update mkdocs dependencies. (#417)

CI

  • Add some GitHub actions to automate some processes. (#411, #412, #413)

Contributions

thanks to @AidinHamedi