Tencent / TNN

TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cross-platform capability, high performance, model compression and code pruning. Based on ncnn and Rapidnet, TNN further strengthens the support and performance optimization for mobile devices, and also draws on the advantages of good extensibility and high performance from existed open source efforts. TNN has been deployed in multiple Apps from Tencent, such as Mobile QQ, Weishi, Pitu, etc. Contributions are welcome to work in collaborative with us and make TNN a better framework.
Other
4.38k stars 766 forks source link

Conversion to tnn failed :( #632

Open GeneralJing opened 3 years ago

GeneralJing commented 3 years ago

E/tnn: bool tnn::ModelChecker::CompareData(void, void, tnn::DimsVector) [File /opt/TNN/tools/model_check/model_checker.cc][Line 318] ERROR AT 1049600 result 0.000000 ref 0.581522 diff/sum 1.000000 diff 0.581522 E/tnn: tnn::Status tnn::ModelChecker::RunModelChecker() [File /opt/TNN/tools/model_check/model_checker.cc][Line 116] layer is not aligned! (layer name: ArgMax_445, layer type: ArgMaxOrMin)

Conversion to tnn failed :(

gttiankai commented 3 years ago

能上传下模型吗?

GeneralJing commented 3 years ago

发给你们的开发人员了,还没回复呢

Ajay-Reva commented 3 years ago

I have the same issue as well. Do we have an idea of why this would be the case?