-
Notifications
You must be signed in to change notification settings - Fork 75
Training script #51
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
base: main
Are you sure you want to change the base?
Training script #51
Conversation
…ss logging of images, add mask and plucer to VanillaCFG
…e more images than poses
Hi @nviolante25, Thanks for the PR. I'm trying to test your PR out, but kept running into issues with float16/float32, therefore the attention function crashed out. I'm running |
Hi @kvuong2711 |
Yup, it's a bit tricky to set up flash attention for mixed-precision training. You could replace it with xformer's attention here implemented in generative-models codebase. |
From #42