You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by GitBox <gi...@apache.org> on 2020/07/01 01:41:11 UTC

[GitHub] [singa] nudles opened a new issue #756: Raise and handle exceptions in CPP code

nudles opened a new issue #756:
URL: https://github.com/apache/singa/issues/756


   Currently, we abort the program when any check fails via glog's CHECK functions.
   We do not catch any exceptions like memory exception or cudnn exceptions.
   
   As a result, the program will abort or crash whenever there is an error or exception, which sometimes shutdown the jupyter notebook or colab notebook when we run the code in the notebook environment.
   
   This ticket is to raise and handle exceptions in CPP code.
   
   ref: http://www.swig.org/Doc3.0/SWIGDocumentation.html#Customization_exception


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org