-
Notifications
You must be signed in to change notification settings - Fork 407
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
Unit1/01_introduction_to_diffusers.ipynb #60
Comments
It looks like the script is trying to import a library that isn't installed on your machine. Try |
Wow, problem solved, thanks! |
In Accelerate script there is warning coming. UserWarning: Grad strides do not match bucket view strides. This may indicate grad was not created according to the gradient layout contract, or that the param's strides changed since DDP was constructed. This is not an error, but may impair performance. Can this cause issue?I guess this is because of not using contiguous after permute somewhere in diffusers. |
@ayu1729 Hi, did you find any solution your above mentioned warning? |
This link doesn't seem right. Have you changed the address?
https://github.com/huggingface/diffusers/raw/main/examples/unconditional_image_generation/train_unconditional.py
Is this link the same as the one above?
"https://github.com/huggingface/diffusers/blob/main/examples/unconditional_image_generation/train_unconditional.py"
If yes, do you know what the error is and how to solve it?
The text was updated successfully, but these errors were encountered: