-
Notifications
You must be signed in to change notification settings - Fork 6.8k
#12285 Breaks NDArrayIter For 3D Arrays #12526
Comments
Can you provide more details? For example, length of the NDArray, batch size? |
Interested to understand the issue with an example. If this is a critical issue and takes time to fix, we can revert that commit till we root cause the issue. |
@sandeep-krishnamurthy @zhreshold Here's a specific example from the Nightly Binary test which just failed:
http://jenkins.mxnet-ci.amazon-ml.com/job/NightlyTests_onBinaries/148/console The two notebooks are from The Straight Dope book that both repro the out of bounds error: Vishaal |
Thanks Vishaal. On a side note, how did we miss nightly master build failure. We need to revisit it once. |
Thanks @vishaalkapoor. |
Thanks for submitting the issue @iamthebot |
@stu1130 Do we still need a repro? Sorry, I haven't gotten around to it. |
@iamthebot I am able to find the root cause, so don't worry about it. Thanks |
@iamthebot |
The patch is merged, @sandeep-krishnamurthy please close it |
Description
Our mnist smokescreen tests are breaking in the latest build (mxnet-1.3.0b20180911) as a result of this PR (#12285) with an index out of range error.
Environment info (Required)
Breaks on both Linux and OSX. Build mxnet-1.3.0b20180909 is fine, 1.3.0b20180911 is faulty.
The text was updated successfully, but these errors were encountered: