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
Hello Minkai Xu
I am confused the Algorithm of the sample process. Why does sigma divide by 0.01 in the ld sampling method? Is this an experimental experience or there is a specific formula? step_size = step_lr * (sigmas[i] / 0.01) ** 2
The text was updated successfully, but these errors were encountered:
Hello Minkai Xu
I am confused the Algorithm of the sample process. Why does sigma divide by 0.01 in the ld sampling method? Is this an experimental experience or there is a specific formula?
step_size = step_lr * (sigmas[i] / 0.01) ** 2
The text was updated successfully, but these errors were encountered: