Hi @gy20073!
Thank you for opening your code!
I want to implement using caffe.
I use latest version caffe, cudnn v5 and cuda 8.0 in ubuntu 14.04.
So, to use your compact bilinear pooling with my latest versions, I followed your instructions.
But I have an error when run 'make runtest'.
[----------] 1 test from LayerFactoryTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] LayerFactoryTest/1.TestCreateLayer
*** Aborted at 1499260043 (unix time) try "date -d @1499260043" if you are using GNU date ***
PC: @ 0x2adac607ad1c (unknown)
*** SIGSEGV (@0x418) received by PID 8499 (TID 0x2adabeccec80) from PID 1048; stack trace: ***
@ 0x2adac5dea330 (unknown)
@ 0x2adac607ad1c (unknown)
@ 0x2adac53eceb7 caffe::CompactBilinearLayer<>::~CompactBilinearLayer()
@ 0x2adac53ed309 caffe::CompactBilinearLayer<>::~CompactBilinearLayer()
@ 0x4e8d8b caffe::LayerFactoryTest_TestCreateLayer_Test<>::TestBody()
@ 0x916273 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x90cf57 testing::Test::Run()
@ 0x90cffe testing::TestInfo::Run()
@ 0x90d105 testing::TestCase::Run()
@ 0x910448 testing::internal::UnitTestImpl::RunAllTests()
@ 0x9106d7 testing::UnitTest::Run()
@ 0x47063f main
@ 0x2adac6019f45 (unknown)
@ 0x478599 (unknown)
@ 0x0 (unknown)
Could you help me to solve this problem?
Hi @gy20073!
Thank you for opening your code!
I want to implement using caffe.
I use latest version caffe, cudnn v5 and cuda 8.0 in ubuntu 14.04.
So, to use your compact bilinear pooling with my latest versions, I followed your instructions.
But I have an error when run 'make runtest'.
[----------] 1 test from LayerFactoryTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] LayerFactoryTest/1.TestCreateLayer
*** Aborted at 1499260043 (unix time) try "date -d @1499260043" if you are using GNU date ***
PC: @ 0x2adac607ad1c (unknown)
*** SIGSEGV (@0x418) received by PID 8499 (TID 0x2adabeccec80) from PID 1048; stack trace: ***
@ 0x2adac5dea330 (unknown)
@ 0x2adac607ad1c (unknown)
@ 0x2adac53eceb7 caffe::CompactBilinearLayer<>::~CompactBilinearLayer()
@ 0x2adac53ed309 caffe::CompactBilinearLayer<>::~CompactBilinearLayer()
@ 0x4e8d8b caffe::LayerFactoryTest_TestCreateLayer_Test<>::TestBody()
@ 0x916273 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x90cf57 testing::Test::Run()
@ 0x90cffe testing::TestInfo::Run()
@ 0x90d105 testing::TestCase::Run()
@ 0x910448 testing::internal::UnitTestImpl::RunAllTests()
@ 0x9106d7 testing::UnitTest::Run()
@ 0x47063f main
@ 0x2adac6019f45 (unknown)
@ 0x478599 (unknown)
@ 0x0 (unknown)
Could you help me to solve this problem?