This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Floating point exception in mxnet.ndarray.LeakyReLU #18934
Comments
I can reproduce the problem. The error also occurs in 1.x with the numpy interface from mxnet import np, npx
npx.set_np()
input = np.random.rand(0,1,1)
npx.leaky_relu(input) |
We will take a look. cc @pengzhao-intel |
3 tasks
leezu
pushed a commit
that referenced
this issue
Aug 24, 2020
7 tasks
szha
pushed a commit
that referenced
this issue
Aug 26, 2020
chinakook
pushed a commit
to chinakook/mxnet
that referenced
this issue
Nov 17, 2020
* Fix LeakyRelu behaviour on empty input * Remove duplicated declarations
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
(A clear and concise description of what the bug is.)
mxnet.ndarray.LeakyReLU
has floating point exception when given data's shape contain 0. Please see provided code snippet for example.Error Message
(Paste the complete error message. Please also include stack trace by setting environment variable
DMLC_LOG_STACK_TRACE_DEPTH=10
before running your script.)To Reproduce
(If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
Environment
We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below:
Got 404 when trying to get the script.
Some environment information:
The text was updated successfully, but these errors were encountered: