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:
[email protected]


With regards,
Apache Git Services

Reply via email to