nvdla / sw

NVDLA SW
Other
489 stars 193 forks source link

Segmentation fault when compiling VGG16 #31

Open JunningWu opened 6 years ago

JunningWu commented 6 years ago

the prototxt and caffemodel is downloaded from this site: http://www.robots.ox.ac.uk/%7Evgg/research/very_deep/

when I compile the VGG16 CNN, there is an error:

when debug this using gdb, it shows like this:

since there does not have some NEW features apart from Alexnet or Lenet, this error is very strange.

Jwy-jump commented 6 years ago

root@jwy:/home/jwy/DLA3/sw-master/prebuilt/linux# ./nvdla_compiler --prototxt VGG-16/VGG_ILSVRC_16_layers_deploy.prototxt --caffemodel VGG-16/VGG_ILSVRC_16_layers.caffemodel creating new wisdom context... opening wisdom context... parsing caffe network... Marking total 0 outputs (DLA) Error 0x0000000b: Unable to identify outputs for the network: 0 (in ParseTest.cpp, function parseCaffeNetwork(), line 99) (DLA) Error 0x0000000b: (propagating from ParseTest.cpp, function parseAndCompile(), line 164) (DLA) Error 0x0000000b: (propagating from main.cpp, function launchTest(), line 87) root@jwy:/home/jwy/DLA3/sw-master/prebuilt/linux# ./nvdla_compiler --prototxt VGG-16/VGG_ILSVRC_16_layers_deploy.prototxt --caffemodel VGG-16/VGG_ILSVRC_16_layers.caffemodel creating new wisdom context... opening wisdom context... parsing caffe network... Marking total 0 outputs (DLA) Error 0x0000000b: Unable to identify outputs for the network: 0 (in ParseTest.cpp, function parseCaffeNetwork(), line 99) (DLA) Error 0x0000000b: (propagating from ParseTest.cpp, function parseAndCompile(), line 164) (DLA) Error 0x0000000b: (propagating from main.cpp, function launchTest(), line 87) @JunningWu @prasshantg @jwise

darrenleong commented 6 years ago

i had the same error when compiling vgg16 as JIAWENYANG faced. Can nvdla support vgg16?