You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
(A clear and concise description of what the bug is.)
mxnet.ndarray.contrib.bipartite_matching gives floating point exception when input data's shape contains 0.
Curiously, it only gives floating point exception when 0 is at certain location in shape, and gives dmlc::Error for other locations. See the provided code snippets 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.)
Floating point exception(core dumped)
To Reproduce
(If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)
The code below produces floating point exception:
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.
Description
(A clear and concise description of what the bug is.)
mxnet.ndarray.contrib.bipartite_matching
gives floating point exception when input data's shape contains 0.dmlc::Error
for other locations. See the provided code snippets 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.)
The code below produces floating point exception:
gives:
If swap the position of the 0 in shape, it gives
dmlc::Error
instead:gives:
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:
I got 404 when trying to get the script.
Some environment information:
The text was updated successfully, but these errors were encountered: