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