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.
>>> import numpy as np
>>> np.ones((1,))[[10]]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
IndexError: index 10 is out of bounds for axis 0 with size 1
>>>
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Bug
out of bound error is reported in numpy:
but MXNet does not:
We can reuse the kernel in
nd.take(mode='raise')
to report such an error.@reminisce @haojin2 @hhexiy
The text was updated successfully, but these errors were encountered: