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/05/14 04:51:43 UTC

[GitHub] wkcn commented on issue #10916: `mxnet.nd.smooth_l1(mxnet.nd.array([1, 2, 3]))' core dumped

wkcn commented on issue #10916: `mxnet.nd.smooth_l1(mxnet.nd.array([1, 2, 3]))' core dumped
URL: https://github.com/apache/incubator-mxnet/issues/10916#issuecomment-388696507
 
 
   @chinakook 
   Hi, I run the code but it fails.
   
   ```python
   >>> mxnet.nd.smooth_l1(mxnet.nd.array([1, 2, 3]), sigma=2.0)
   terminate called after throwing an instance of 'std::invalid_argument'
     what():  stod
   [1]    1591 abort (core dumped)  python
   ```
   Arch Linux + python2/python3 + gcc 8.1.0
   MXNet (build from 0fcf1917, make -j 5 USE_OPENCV=1 USE_BLAS=openblas)
   

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