-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Fix the LMS pytorch regression #664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -876,5 +876,5 @@ def test_full_loop_no_noise(self): | |||
result_sum = torch.sum(torch.abs(sample)) | |||
result_mean = torch.mean(torch.abs(sample)) | |||
|
|||
assert abs(result_sum.item() - 1006.370) < 1e-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Returning this to pre-#534 value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok!
Nice if all slow tests are passing here, feel free to merge! |
The documentation is not available anymore as the PR was closed or merged. |
* Fix the LMS pytorch regression * Copy over the changes from huggingface#637 * Copy over the changes from huggingface#637 * Fix betas test
Printing might incur extra time to runtime. Hence, we add a flag to hide it. To disable printing please set this flag `--hide_steps`. Co-authored-by: Stanley <[email protected]>
* Fix the LMS pytorch regression * Copy over the changes from huggingface#637 * Copy over the changes from huggingface#637 * Fix betas test
This mostly copies my changes from #637 to fix the LMS inpainting integration tests