Skip to content

v21.5.14

Compare
Choose a tag to compare
@bmaltais bmaltais released this 28 May 20:12
· 1567 commits to master since this release
47b55a4
  • 2023/05/28 (v21.5.14)
  • Add Create Groupo tool and GUI
  • Upgrade gradio release to fix issue with UI refresh on config load.
  • D-Adaptation v3.0 is now supported. PR #530 Thanks to sdbds!
    • --optimizer_type now accepts DAdaptAdamPreprint, DAdaptAdanIP, and DAdaptLion.
    • DAdaptAdam is now new. The old DAdaptAdam is available with DAdaptAdamPreprint.
    • Simply specifying DAdaptation will use DAdaptAdamPreprint (same behavior as before).
    • You need to install D-Adaptation v3.0. After activating venv, please do pip install -U dadaptation.
    • See PR and D-Adaptation documentation for details.