Preventing C++ error check from stopping Python -


i'm using caffe training convolutional neural networks. training diverge, caffe find using one of error checks. however, check stop both c++ , python scripts. how can catch c++ has stopped in python (response in log is: *** check failure stack trace: *** previous line refering mentioned error check) , continue python script?


Comments