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/01/29 18:59:27 UTC

[GitHub] piiswrong commented on issue #9583: use nd for accuracy calculation

piiswrong commented on issue #9583: use nd for accuracy calculation
URL: https://github.com/apache/incubator-mxnet/pull/9583#issuecomment-361349438
 
 
   This is not as simple as changing numpy array to ndarray. See https://github.com/apache/incubator-mxnet/pull/7995
   There are some cases where numpy array is faster. Please check performance against all cases.
   
   Also flatten reshapes to 2 dimensions. This could cause problems when output is 1 dimensional. Use reshape((-1,))

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