时间:2021-07-01 10:21:17 帮助过:25人阅读
调试的指令很简单:
cd $CAFFE_ROOT,
1. gdb ./build/tools/caffe
2. 设置运行参数 set args train --solver=xxxxsolver.prototxt
3. 设置断点, 比如b solver.cpp:59
, 此时会出现“Make breakpoint pending on future shared library load? (y or [n]) ”, 选择y即可,因为断点设置在.so文件中
4. run 即可
深度学习的GDB调试命令和经验记录
标签:调试 pen library build nbsp lib uil bre har