This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
argmax causes python VM to crash #9118
Comments
Reproducable in version 0.11.1b20170929),
And in version 1.0.0.post1,
Looking at the specified line of code broadcast_reduce_op.h:396, if (!param.axis) LOG(FATAL) << "Global reduction not supported yet"; It hints that including axis works, which is a pretty stupid error.
|
tested on 1.1 and confirm that it still crashes |
@nswamy exception handling change went after 1.1 . can you check with master ? |
|
@marfago closing this ticket as @anirudh2290 fixed the issue and the VM does not crash anymore. |
@nswamy @anirudh2290 what's the commit sha? I'd like to follow this ticket. |
@laszukdawid Please see: #9681 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The code
causes python to crash with
The text was updated successfully, but these errors were encountered: