You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was using NVDLA compiler to compile some YOLO and faster-CNN models, I got the errors bellow. Seems the compiler too simple to support new model parameters like "side" and "roi_pooling_param"?
opening wisdom context...
parsing caffe network...
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format ditcaffe.NetParameter: 21:9: Message type "ditcaffe.DataParameter" has no field named "side".
Caffe Parser: could not parse text file
libnvdla<1> Could not parse deploy file
(DLA) Error 0x00000004: Unable to parse caffemodel: "gnet_test.prototxt" (in ParseTest.cpp, function parseCaffeNetwork(), line 158)
(DLA) Error 0x00000004: (propagating from ParseTest.cpp, function parseAndCompile(), line 247)
(DLA) Error 0x00000004: (propagating from main.cpp, function launchTest(), line 111)
creating new wisdom context...
opening wisdom context...
parsing caffe network...
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format ditcaffe.NetParameter: 168:21: Message type "ditcaffe.LayerParameter" has no field named "roi_pooling_param".
Caffe Parser: could not parse text file
libnvdla<1> Could not parse deploy file
(DLA) Error 0x00000004: Unable to parse caffemodel: "faster-rcnn/ZFtest.prototxt" (in ParseTest.cpp, function parseCaffeNetwork(), line 158)
(DLA) Error 0x00000004: (propagating from ParseTest.cpp, function parseAndCompile(), line 247)
(DLA) Error 0x00000004: (propagating from main.cpp, function launchTest(), line 111)
The text was updated successfully, but these errors were encountered:
zijin520
changed the title
NVDLA compiler cannot compile YOLOv1 and faster-CNN models?
NVDLA compiler cannot compile YOLO and faster-CNN models?
Aug 5, 2021
When I was using NVDLA compiler to compile some YOLO and faster-CNN models, I got the errors bellow. Seems the compiler too simple to support new model parameters like "side" and "roi_pooling_param"?
opening wisdom context...
parsing caffe network...
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format ditcaffe.NetParameter: 21:9: Message type "ditcaffe.DataParameter" has no field named "side".
Caffe Parser: could not parse text file
libnvdla<1> Could not parse deploy file
(DLA) Error 0x00000004: Unable to parse caffemodel: "gnet_test.prototxt" (in ParseTest.cpp, function parseCaffeNetwork(), line 158)
(DLA) Error 0x00000004: (propagating from ParseTest.cpp, function parseAndCompile(), line 247)
(DLA) Error 0x00000004: (propagating from main.cpp, function launchTest(), line 111)
creating new wisdom context...
opening wisdom context...
parsing caffe network...
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format ditcaffe.NetParameter: 168:21: Message type "ditcaffe.LayerParameter" has no field named "roi_pooling_param".
Caffe Parser: could not parse text file
libnvdla<1> Could not parse deploy file
(DLA) Error 0x00000004: Unable to parse caffemodel: "faster-rcnn/ZFtest.prototxt" (in ParseTest.cpp, function parseCaffeNetwork(), line 158)
(DLA) Error 0x00000004: (propagating from ParseTest.cpp, function parseAndCompile(), line 247)
(DLA) Error 0x00000004: (propagating from main.cpp, function launchTest(), line 111)
The text was updated successfully, but these errors were encountered: