This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
DescriptionThe current unravel_index method under tensor operator didn't check whether the input index is To Reproduce |
Beta Was this translation helpful? Give feedback.
Answered by
Tommliu
Nov 12, 2019
Replies: 2 comments 1 reply
-
Hi @Tommliu That seemed to be a numpy problem since you import numpy as np. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Should the unravel_index function in Mxnet follow the numpy convention? I think a boundary check is necessary when using the unravel function. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
szha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should the unravel_index function in Mxnet follow the numpy convention? I think a boundary check is necessary when using the unravel function.