如何显示Caffe失败堆栈跟踪?

2024-10-01 13:39:46 发布

您现在位置:Python中文网/ 问答频道 /正文

调试一个Python脚本,它调用pycaffe,pycaffe又调用googleprotobuf。你知道吗

运行脚本时出错:

F0304 10:19:58.538651 18829 io.cpp:67] Check failed: proto.SerializeToOstream(&output) 
*** Check failure stack trace: ***

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

但没有失败堆栈跟踪。如何打印堆栈跟踪?你知道吗


Tags: io脚本outputfailurestack堆栈checktrace