aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion/learn_schedule.py
Commit message (Collapse)AuthorAgeFilesLines
* fixes for B007AUTOMATIC2023-05-101-1/+1
|
* ruff manual fixesAUTOMATIC2023-05-101-2/+2
|
* Merge masterMuhammad Rizqi Nur2022-10-301-14/+21
|\
| * Improve lr schedule error messageMuhammad Rizqi Nur2022-10-291-2/+2
| |
| * Allow trailing comma in learning rateMuhammad Rizqi Nur2022-10-291-13/+20
| |
* | Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur2022-10-291-1/+1
|\|
| * Fix log off by 1Muhammad Rizqi Nur2022-10-281-1/+1
| |
* | Learning rate sched syntax support for grad clippingMuhammad Rizqi Nur2022-10-281-3/+8
|/
* train: change filename processing to be more simple and configurableAUTOMATIC2022-10-121-1/+36
| | | | | | train: make it possible to make text files with prompts train: rework scheduler so that there's less repeating code in textual inversion and hypernets train: move epochs setting to options
* apply lr schedule to hypernetsAUTOMATIC2022-10-111-0/+34