Skip to content

Commit

Permalink
Add support for RAdamScheduleFree
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Dec 31, 2024
1 parent 79e5c36 commit 45cfc1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kohya_gui/class_basic_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def init_lr_and_optimizer_controls(self) -> None:
"PagedAdamW32bit",
"PagedLion8bit",
"Prodigy",
"RAdamScheduleFree",
"SGDNesterov",
"SGDNesterov8bit",
"SGDScheduleFree",
Expand Down

0 comments on commit 45cfc1d

Please sign in to comment.