We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I notice that you hard code allow_fp16 as True, what's the motivation of this, if we do not do this, what's the potential flaw?
allow_fp16
True
The text was updated successfully, but these errors were encountered:
I copy this from here: https://github.com/kohya-ss/sd-scripts/blob/main/library/train_util.py (line 4404). When enabling mixed_precision='fp16', accelerator's optimizer doesn't allow upscaling fp16 by default and will raise error.
mixed_precision='fp16'
Sorry, something went wrong.
No branches or pull requests
Hi, I notice that you hard code
allow_fp16
asTrue
, what's the motivation of this, if we do not do this, what's the potential flaw?The text was updated successfully, but these errors were encountered: