You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/13 03:51:44 UTC

[GitHub] stephenrawls commented on issue #14125: FP16 support for topK

stephenrawls commented on issue #14125: FP16 support for topK 
URL: https://github.com/apache/incubator-mxnet/issues/14125#issuecomment-463046708
 
 
   +1
   
   This is annoying for us because we need to use topk in our CRF Viterbi decoding during inference (for k-best Viterbi).
   
   Because topk doesn't support float16 this means we have to convert from float16 to float32 before doing k-best Viterbi decoding. Since this is the most time consuming part of inference, we would prefer to be able to benefit from float16 operations here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services