lhoyer / HRDA

[ECCV22] Official Implementation of HRDA: Context-Aware High-Resolution Domain-Adaptive Semantic Segmentation
Other
231 stars 32 forks source link

Mixed Precision Training #42

Closed Wenlve-Zhou closed 2 months ago

Wenlve-Zhou commented 5 months ago

Hello and thank you for your excellent work! I would like to ask how to use mixed precision training?

lhoyer commented 5 months ago

Thank you! Unfortunately, HRDA does not support mixed precision training out-of-the-box. MMSegmentation v0.16.0 seems to have support: https://github.com/open-mmlab/mmsegmentation/tree/v0.16.0/configs/fp16. However, I don't know if it will work with HRDA.