Closed leeyeetonn closed 4 years ago
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.
See the above PR for the fix.
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.)input = mx.nd.array(np.random.rand(0,2)) mx.ndarray.contrib.bipartite_matching(input, threshold=0.1)
gives:
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
1. 2.
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: