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 2020/04/11 00:49:31 UTC

[GitHub] [incubator-mxnet] austinmw commented on issue #17307: NDArray does not have `std()` method

austinmw commented on issue #17307: NDArray does not have `std()` method
URL: https://github.com/apache/incubator-mxnet/issues/17307#issuecomment-612283491
 
 
   > @vietspaceanh In case it helps your usecase, there is:
   > 
   > `import mxnet.numpy as np`
   > `a = np.random.randn(3,3)`
   > `np.std(a)`
   > array(0.8727266)
   
   I don't see this option in mxnet 1.5.1.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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