This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 2 comments
-
|
Hey, this is the MXNet Label Bot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@mxnet-label-bot add [backend, cuda, question] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use nd.gather_nd with gpu, a unexpected error happened sometimes.
Here is the error message when I run my script with export MXNET_ENGINE_TYPE=NaiveEngine.
An error "terminate called without an active exception" could happen with the code below.
when I add nd.waitall() at last, it works well.
any suggestions?
BTW, does mxnet has a function like torch.gather? gather_nd works close, but not so convenient.
Beta Was this translation helpful? Give feedback.
All reactions