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 767 forks source link

bert变种 #1628

Closed jianbofrank closed 2 years ago

jianbofrank commented 2 years ago

请问一下 TNN 支持 bert crf 或者 ConvBERT 这样的模型吗? ConvBERT : https://arxiv.org/abs/2008.02496

darrenyao87 commented 2 years ago

目前应该不支持,ConvBERT采用了动态卷积,这个支持起来比较困难