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

Prelu算子计算错误 #530

Closed sweezin closed 3 years ago

sweezin commented 3 years ago

平台(EAIDK-610和Intel X86 Linux):

Github版本: 1.2

源码下载及编译方式(分别在各自平台上编译): git clone -b tengine-lite https://github.com/OAID/Tengine.git Tengine-Lite cd Tengine-Lite mkdir build cd build cmake .. make make install

网络模型中存在Prelu算子,conv算子计算结果正确,在通过Prelu算子计算负值时出现错误结果,如下图: image 左边是ncnn计算的结果,右边是tengine计算的结果,麻烦fix下,谢谢。

BUG1989 commented 3 years ago

已修复