OAID / Tengine

Tengine is a lite, high performance, modular inference engine for embedded device
Apache License 2.0
4.61k stars 998 forks source link

Slice implementation issue. #185

Open rahulsharma11 opened 4 years ago

rahulsharma11 commented 4 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.

bzhang5 commented 4 years ago

Slice under Tengine should be same as in Caffe, trying the newest tengine source code