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.37k stars 765 forks source link

ConcatLayer Error #1944

Open HiiHongFe opened 1 year ago

HiiHongFe commented 1 year ago

1. 环境(environment)

具体说明一下: 这个Concat是将一个普通conv输出的向量和一个经过上采样的向量进行Concat 但是会发现经过普通卷积输出的coonv的一个维度为为135 经过上采样的是136 这个两个的shape对不上 导致错误 我怀疑是不是conv出现了问题