-
Notifications
You must be signed in to change notification settings - Fork 260
Description
I0302 15:19:19.081395 20093 layer_factory.hpp:77] Creating layer deploy_data
I0302 15:19:19.081418 20093 net.cpp:94] Creating Layer deploy_data
I0302 15:19:19.081429 20093 net.cpp:409] deploy_data -> data
I0302 15:19:19.081478 20093 net.cpp:144] Setting up deploy_data
I0302 15:19:19.081496 20093 net.cpp:151] Top shape: 1 3 384 1248 (1437696)
I0302 15:19:19.081503 20093 net.cpp:159] Memory required for data: 5750784
I0302 15:19:19.081512 20093 layer_factory.hpp:77] Creating layer deploy_transform
I0302 15:19:19.081524 20093 net.cpp:94] Creating Layer deploy_transform
I0302 15:19:19.081532 20093 net.cpp:435] deploy_transform <- data
I0302 15:19:19.081544 20093 net.cpp:409] deploy_transform -> transformed_data
I0302 15:19:19.081559 20093 net.cpp:144] Setting up deploy_transform
I0302 15:19:19.081578 20093 net.cpp:151] Top shape: 1 3 384 1248 (1437696)
I0302 15:19:19.081584 20093 net.cpp:159] Memory required for data: 11501568
I0302 15:19:19.081590 20093 layer_factory.hpp:77] Creating layer conv1/7x7_s2
I0302 15:19:19.081607 20093 net.cpp:94] Creating Layer conv1/7x7_s2
I0302 15:19:19.081612 20093 net.cpp:435] conv1/7x7_s2 <- transformed_data
I0302 15:19:19.081621 20093 net.cpp:409] conv1/7x7_s2 -> conv1/7x7_s2
Segmentation fault (core dumped)
It gives this error while loading.
Also i tried loading imagenet. still gives this error. tried the same imagenet.prototxt file with the original caffe from BVLC. It loads the network perfectly.
Any suggestions ?