-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi everyone
Currently I'm trying to build the modified version of DeepLab to run the ssl model, but I have encountered some issues while performing the "make runtest" command, here is the output of the error:
[----------] 3 tests from BatchNormLayerTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] BatchNormLayerTest/0.TestForward
F0222 10:02:35.426570 491487 blob.cpp:163] Check failed: data_
*** Check failure stack trace: ***
@ 0x7f71d1f391c3 google::LogMessage::Fail()
@ 0x7f71d1f3e25b google::LogMessage::SendToLog()
@ 0x7f71d1f38ebf google::LogMessage::Flush()
@ 0x7f71d1f396ef google::LogMessageFatal::~LogMessageFatal()
@ 0x7f71d0b8322b caffe::Blob<>::mutable_cpu_data()
@ 0x7f71d0b42eb5 caffe::BatchNormLayer<>::Forward_cpu()
@ 0x560681980973 caffe::Layer<>::Forward()
@ 0x560681b4cbe8 caffe::BatchNormLayerTest_TestForward_Test<>::TestBody()
@ 0x560681c67a81 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x560681c5f62d testing::Test::Run()
@ 0x560681c5f768 testing::TestInfo::Run()
@ 0x560681c5f845 testing::TestCase::Run()
@ 0x560681c5fd6c testing::internal::UnitTestImpl::RunAllTests()
@ 0x560681c5fe37 testing::UnitTest::Run()
@ 0x5606819600b6 main
@ 0x7f71d04e10b3 __libc_start_main
@ 0x560681966eae _start
Aborted (core dumped)
make: *** [Makefile:527: runtest] Error 134
I´m using Ubuntu 20.04 without GPU support, if anyone have any ideas of how to solve I´ll be glad to hear them.
Thanks!