caffe-segnet
caffe-segnet copied to clipboard
[upsample_layer.cpp:127] upsample top index 0 out of range - check scale settings match input pooling layer's downsample setup
I tried to train this architecture on my laptop and i set batch size = 1, but my laptop doesn't have cuda. I wonder if lack of cuda is reason for error which i'm facing. Thank you so much.
I0305 15:58:08.603567 14672 solver.cpp:250] Solving VGG_ILSVRC_16_layer I0305 15:58:08.603581 14672 solver.cpp:251] Learning Rate Policy: step F0305 16:00:32.416029 14672 upsample_layer.cpp:127] upsample top index 0 out of range - check scale settings match input pooling layer's downsample setup *** Check failure stack trace: *** @ 0x7f372f8aa5cd google::LogMessage::Fail() @ 0x7f372f8ac433 google::LogMessage::SendToLog() @ 0x7f372f8aa15b google::LogMessage::Flush() @ 0x7f372f8ace1e google::LogMessageFatal::~LogMessageFatal() @ 0x7f373010616f caffe::UpsampleLayer<>::Backward_cpu() @ 0x7f37300c8042 caffe::Net<>::BackwardFromTo() @ 0x7f37300c8241 caffe::Net<>::Backward() @ 0x7f37301efc7d caffe::Solver<>::Step() @ 0x7f37301f0754 caffe::Solver<>::Solve() @ 0x408019 train() @ 0x405ce8 main @ 0x7f372ef5e830 __libc_start_main @ 0x406289 _start @ (nil) (unknown) Aborted (core dumped)
I came across the same problem. Do you have solve? @tranvanhoa533
#5 Look at this issue.