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
random_uniform causes VM to crash #9131
Comments
In this case, low=3, high=1, raising an error is consistent with NumPy's random.uniform definition. |
I think that crashing the VM because of wrong parameters should not be the right behavior. The expected one should be a python exception. |
Agree that crashing the vm is not a desired behavior. Need to add exception handling in frontend. |
@anirudh2290 is working on general exception handling. |
6 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The code
nd.random_uniform(3)
crashes withcaused by
Experienced with mxnet 1.0.0 on macOS Sierra and python 3.6.3
The text was updated successfully, but these errors were encountered: