训练Caffe模型任务失败,错误代码为-11

时间:2018-07-17 08:48:30

标签: caffe

伙计们,当我尝试名为kitti的object_detection示例时遇到了这样的错误: https://github.com/NVIDIA/DIGITS/tree/master/examples/object-detection

[ERROR] Train Caffe Model task failed with error code -11 这是caffe的错误日志:

    I0717 15:15:01.774900  4615 caffe.cpp:680] This is NVCaffe 0.17.0 started at Tue Jul 17 15:15:01 2018
I0717 15:15:01.775144  4615 caffe.cpp:682] CuDNN version: 7104
I0717 15:15:01.775149  4615 caffe.cpp:683] CuBLAS version: 8000
I0717 15:15:01.775151  4615 caffe.cpp:684] CUDA version: 8000
I0717 15:15:01.775153  4615 caffe.cpp:685] CUDA driver version: 9010
I0717 15:15:01.775157  4615 caffe.cpp:686] Arguments:
*** Aborted at 1531811701 (unix time) try "date -d @1531811701" if you are using GNU date ***
PC: @     0x7fceda9a2ebc google::protobuf::Descriptor::FindFieldByName()
*** SIGSEGV (@0x10) received by PID 4615 (TID 0x7fcedc82aa00) from PID 16; stack trace: ***
@     0x7fced986acb0 (unknown)
@     0x7fceda9a2ebc google::protobuf::Descriptor::FindFieldByName()
@     0x7fcedaa259cc google::protobuf::TextFormat::Parser::ParserImpl::ConsumeField()
@     0x7fcedaa1cc6b google::protobuf::TextFormat::Parser::MergeUsingImpl()
@     0x7fcedaa1d020 google::protobuf::TextFormat::Parser::Parse()
@     0x7fcedaa1d1b9 google::protobuf::TextFormat::Parse()
@     0x7fcedbdebb91 caffe::ReadProtoFromTextFile()
@     0x7fcedbe32a6f caffe::ReadSolverParamsFromTextFileOrDie()
@           0x40fa5a train()
@           0x40ba22 main
@     0x7fced9855f45 (unknown)
@           0x40c58f (unknown)
@                0x0 (unknown)

我的配置:

CUDA-8.0

带有最新驱动程序的NVIDIA QUODRA K600(390.67)

OS:ubuntu 14.04

protobuf-3.0.0(我尝试将导致我的import_caffe错误的版本升级为python)

GCC-4.8.4

带有Anacoda2的Python2.7

Opencv-3.X

nvcaffe-0.17.0

BVLCcaffe

数字6.1.1

[最大收益!!!]有什么建议吗?

0 个答案:

没有答案