faustomilletari / VNet

GNU General Public License v3.0
284 stars 123 forks source link

runing VNet #53

Closed 645169629 closed 6 years ago

645169629 commented 6 years ago

I0616 10:54:39.525158 16784 net.cpp:370] Input 0 -> data I0616 10:54:39.525188 16784 net.cpp:370] Input 1 -> label I0616 10:54:39.525213 16784 layer_factory.hpp:74] Creating layer data_input_0_split I0616 10:54:39.525226 16784 net.cpp:90] Creating Layer data_input_0_split I0616 10:54:39.525233 16784 net.cpp:410] data_input_0_split <- data I0616 10:54:39.525243 16784 net.cpp:368] data_input_0_split -> data_input_0_split_0 I0616 10:54:39.525254 16784 net.cpp:368] data_input_0_split -> data_input_0_split_1 I0616 10:54:39.525264 16784 net.cpp:120] Setting up data_input_0_split I0616 10:54:39.525276 16784 net.cpp:127] Top shape: 2 1 128 128 64 (2097152) I0616 10:54:39.525285 16784 net.cpp:127] Top shape: 2 1 128 128 64 (2097152) I0616 10:54:39.525290 16784 layer_factory.hpp:74] Creating layer conv_in128_chan16 I0616 10:54:39.525303 16784 net.cpp:90] Creating Layer conv_in128_chan16 I0616 10:54:39.525308 16784 net.cpp:410] conv_in128_chan16 <- data_input_0_split_0 I0616 10:54:39.525317 16784 net.cpp:368] conv_in128_chan16 -> conv_in128_chan16 I0616 10:54:39.525329 16784 net.cpp:120] Setting up conv_in128_chan16 Segmentation fault (core dumped)

Hi, fausto.When I was runing VNet, I got this problem. I replaced cudnn.hpp,cudnn.cpp, layers/cudnn_xx.cpp etc files with the lastest version of caffe because of the cudnnV7 I use. make all & make test is all OK. How can I solve it?