Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPyramidBox face_detection: is it possible to transpile to float16? #1924
Comments
|
We add example for image classfication on ImageNet, see: https://github.com/PaddlePaddle/models/tree/develop/fluid/PaddleCV/image_classification/#using-mixed-precision-training . But, we haven't experimented on PyramidBox. We have plans to do F16 for detection in the future. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have seen multiple references in PaddlePaddle code to transpiling to float16 with gains on Volta GPUs. This out of date doc gives instructions but I can't find anything for recent versions:
http://www.paddlepaddle.org/documentation/docs/en/1.3/design/data_type/float16.html
I don't know Chinese but it seems as though the feature has been removed or moved. Is it possible to convert the face detector and will it be faster?