Tencent / FeatherCNN

FeatherCNN is a high performance inference engine for convolutional neural networks.
1.21k stars 284 forks source link

Mobilenet Forward twice, result is wrong #9

Closed tianylijun closed 6 years ago

tianylijun commented 6 years ago

As title

tianylijun commented 6 years ago

bug in BN arm layer,with BN generic api, result is ok

Mengjintao commented 6 years ago

Thanks for your kindly report.
Can you send the related input data and model to me (meng.jintao@gmail.com) for bug reproducing?

turbo0628 commented 6 years ago

The previous SGEMM version has memory issue. We've fixed that with the lastest SGEMM. Thanks for reports!