-
I recently saw a video from Kohya_ss GUI project. In it, he was using some dynamic way of learning without specifying training steps, called "DAdaptation". How can we use dadaptation with sd-scripts? did anyone tried to use such technique? |
Beta Was this translation helpful? Give feedback.
Answered by
thojmr
Feb 26, 2023
Replies: 1 comment 3 replies
-
Yea it is now. With
Remove |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
runner22k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yea it is now. With
fine_tune.py
I added this:Remove
--8bit_adam
since its not compatible.Weight decay is optional if you are over fitting according to Dadaptation paper
--optimizer_args "weight_decay=0.04"