Skip to content
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

Broadcasting issue when using training batch size > 1 #102

Open
aravindhv10 opened this issue Sep 5, 2024 · 2 comments
Open

Broadcasting issue when using training batch size > 1 #102

aravindhv10 opened this issue Sep 5, 2024 · 2 comments

Comments

@aravindhv10
Copy link

Hi, there is an issue with broadcasting when using batch size > 1 with the line:
https://github.com/XLabs-AI/x-flux/blob/main/train_flux_lora_deepspeed.py#L254
the shape of t should be (batch_size, 1, 1) to be broadcasted and multiplied with x_0 and x_t

You can try and fix it this way:

https://github.com/aravindhv10/x-flux/blob/aravind_prodigy_dataset/train_flux_lora_deepspeed.py#L253-L256

or perhaps there might be a better way? The above method worked for me.

@aravindhv10
Copy link
Author

Raised PR:

#104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant