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 2018/09/18 18:56:59 UTC

[GitHub] anirudh2290 commented on issue #11966: ArgSort binds to a float64 array but forward fails

anirudh2290 commented on issue #11966: ArgSort binds to a float64 array but forward fails
URL: https://github.com/apache/incubator-mxnet/issues/11966#issuecomment-422508067
 
 
   My opinion is that it is still a bug because it doesn't say clearly that float64 is not supported for this op. We cannot expect users to know what 1 or 0 maps to or what the error really means. The #11156 resolution is a good improvement in the error messaging.  I know many ops in MXnet don't do this currently, but a better way is to check for dtypes supported for the op inputs in InferType and error accordingly even before the forward is called. 

----------------------------------------------------------------
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