anirudh2290 commented on issue #9869: Exception handling documentation URL: https://github.com/apache/incubator-mxnet/pull/9869#issuecomment-368673277 @rahul003 All exceptions that are a subclass of dmlc::Error in the C++ backend is propagated to the frontend and rethrown as mx.base.MXNetError. You make a good point about different exception types and this was also raised before by @KellenSunderland . This phase of exception handling feature was more to ensure that we try to handle exceptions and propagate it to frontend and avoid crashes in most cases. I will create an issue/jira for the next phase, for having more specific exception types and error messages, and call for contribution from the community.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
