-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
support for fp16 training #18
Comments
FP16 has been supported. |
I cannot find Fp16OptimizerHook class in the mmseg. Is it included in the newest mmcv? |
Hi @baibaidj |
Thanks. It worked. With some effort, I finally locate the bug. I did not add |
…diffusers changes comments and env vars in `utils/logging.py`
Co-authored-by: jin-s13 <[email protected]>
Describe the feature
FP16 training
Motivation
FP16 training facilitates faster training. Apex is recommended.
Using default FP32, the possible batch size is small leading to slower training with possible suboptimal performance.
Related resources
https://github.com/NVIDIA/apex
Additional context
No
The text was updated successfully, but these errors were encountered: