Open rahulsharma11 opened 5 years ago
Hi, I am running an object detector caffemodel in rockpro64 (Ubuntu 18). Caffemodel have Slice operator and is well tested with Caffe Framework.
But while using that model in Tengine, It throws Segmentation Fault. I tested the same without Slice operator then it runs but gave no detection.
Problem statement- Is there any difference in Slice implementation in between Caffe and Tengine?
Thanks.
Slice under Tengine should be same as in Caffe, trying the newest tengine source code
Hi, I am running an object detector caffemodel in rockpro64 (Ubuntu 18). Caffemodel have Slice operator and is well tested with Caffe Framework.
But while using that model in Tengine, It throws Segmentation Fault. I tested the same without Slice operator then it runs but gave no detection.
Problem statement- Is there any difference in Slice implementation in between Caffe and Tengine?
Thanks.