You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't test the algorithm before implementation of d-adaptation, but now, when I try to train a textual inversion, dlr0 starts low, which I suppose is correct anyway, but quickly starts increasing (exponentially) with each step until it reaches the float limit.
Also, after the value diverges to inf the embedding becomes unusable.
If I understood correctly, what could be wrong, but in theory shouldn't the dlr converge to some value?
Anyone else having this problem or who could help?
The text was updated successfully, but these errors were encountered:
I didn't test the algorithm before implementation of d-adaptation, but now, when I try to train a textual inversion, dlr0 starts low, which I suppose is correct anyway, but quickly starts increasing (exponentially) with each step until it reaches the float limit.
Also, after the value diverges to inf the embedding becomes unusable.
If I understood correctly, what could be wrong, but in theory shouldn't the dlr converge to some value?
Anyone else having this problem or who could help?
The text was updated successfully, but these errors were encountered: