Megvii-BaseDetection / cvpods

All-in-one Toolbox for Computer Vision Research.
https://cvpods.readthedocs.io
Apache License 2.0
645 stars 80 forks source link

Is there any plan to support FP16? #7

Closed zhangchbin closed 3 years ago

poodarchu commented 3 years ago

we have added support for FP 16 training, you can set ENABLE=True in your experiment's config.py.

FP 16 have been set to be disabled by default: https://github.com/Megvii-BaseDetection/cvpods/blob/master/cvpods/configs/base_config.py#L179