Fine-tune error
Opened this issue · 2 comments
can someone please help me T_T, i'm really new to this.
layer {
name: "conv13_mbox_conf_new"
type: "Convolution"
bottom: "conv13"
top: "conv13_mbox_conf"
param {
lr_mult: 1
decay_mult: 1
}
param {
lr_mult: 2
decay_mult: 0
}
convolution_param {
num_output: 12
kernel_size: 1
weight_filler {
type: "msra"
}
bias_filler {
type: "constant"
value: 0
}
}
}
layer {
name: "conv13_mbox_conf_perm"
type: "Permute"
bottom: "conv13_mbox_conf"
top: "conv13_mbox_conf_perm"
permute
F0630 03:35:50.898911 5354 math_functions.cpp:250] Check failed: a <= b (0 vs. -1.19209e-07)
*** Check failure stack trace: ***
I0630 03:35:51.020782 5348 layer_factory.hpp:77] Creating layer data
I0630 03:35:51.122246 5348 net.cpp:100] Creating Layer data
I0630 03:35:51.122591 5348 net.cpp:408] data -> data
I0630 03:35:51.123755 5348 net.cpp:408] data -> label
I0630 03:35:51.126149 5358 db_lmdb.cpp:35] Opened lmdb test_lmdb
@ 0x7f1133ecc0cd google::LogMessage::Fail()
@ 0x7f1133ecdf33 google::LogMessage::SendToLog()
@ 0x7f1133ecbc28 google::LogMessage::Flush()
@ 0x7f1133ece999 google::LogMessageFatal::~LogMessageFatal()
@ 0x7f113451dfa7 caffe::caffe_rng_uniform<>()
@ 0x7f113451fe48 caffe::SampleBBox()
@ 0x7f11345201a0 caffe::GenerateSamples()
@ 0x7f11345203f0 caffe::GenerateBatchSamples()
@ 0x7f113432e5c2 caffe::AnnotatedDataLayer<>::load_batch()
@ 0x7f113433d84a caffe::BasePrefetchingDataLayer<>::InternalThreadEntry()
@ 0x7f11308e1bcd (unknown)
@ 0x7f112e0676db start_thread
@ 0x7f1132d9188f clone
Aborted (core dumped)
I encounter same error , do you find a way to fix it?
@LanceSanchez
I gave up on fixing, instead I used the cmake build and it works. :)