-
Notifications
You must be signed in to change notification settings - Fork 86
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
CUDA bfloat16 problem #122
Comments
hi friend, I occur the same error, have you solved it, thank you sincerely if you can help |
It's not fixed yet but I found workaround. After you make environment and clone git of Fish-Diff into your colab you have to change config file in fish because google colab doesn't use bfloat16 so it has to be changed (for now as a quick solution). Here is the file directory: /content/fish-diffusion/configs/base/trainers/base.py in this file change line 18 from 'precision="bf16-mixed",' to 'precision="16-mixed",' |
thank you very much for your help, it works now. |
dear friend, this code can fine-tune text encoder projection layer + diffusion or fine-tune hifigan, but have you fine-tuned contentvec using this code? such as use different layers' transformer in contentvec to cut size thank you sincerely for your help |
Google Colab
using T4 gpu and any other gpu - still the same error when I tried to train my model
The text was updated successfully, but these errors were encountered: