标签:_id 使用 txt 解决 kill 输出 caff roc tee
caffe使用Ctrl-c 不能保存模型:
是因为使用的是 tee输出日志
解决方法:kill -s SIGINT <proc_id>
或者使用
GLOG_log_dir=/path/to/log/dir $CAFFE_ROOT/bin/caffee.bin train
—solver=/path/to/solver.prototxt 来输出日志
标签:_id 使用 txt 解决 kill 输出 caff roc tee
原文地址:http://www.cnblogs.com/longriyao/p/7095876.html