facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.29k stars 2.5k forks source link

Does maskrcnn benchmark support half precision inference? #888

Open apxlwl opened 5 years ago

apxlwl commented 5 years ago

❓ Questions and Help

Does maskrcnn benchmark support half precision inference? If not, what should I add?

miguelvr commented 5 years ago

yes, it does

EDIT: not sure about inference, but it definitely supports training

apxlwl commented 5 years ago

yes, it does

EDIT: not sure about inference, but it definitely supports training

Yes, I notice the DTYPE option. Hope that half-precision inference can also be supported.