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/08/15 19:33:02 UTC

[GitHub] [incubator-mxnet] szha edited a comment on issue #18934: Floating point exception in mxnet.ndarray.LeakyReLU

szha edited a comment on issue #18934:
URL: https://github.com/apache/incubator-mxnet/issues/18934#issuecomment-674438736


   I can reproduce the problem. The error also occurs in 2.0 with the numpy interface
   ```python
   import mxnet as mx
   from mxnet import np
   
   mx.npx.set_np()
   
   input = mx.np.random.rand(0,1,1)
   mx.npx.leaky_relu(input)
   ```


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