ncnn
ncnn copied to clipboard
tile not supported yet
error log | 日志或报错信息 | ログ
tile not supported yet
model | 模型 | モデル
- original model CRNN
how to reproduce | 复现步骤 | 再現方法
There have two ways to fix this error:
- check if 'tile' operation is essential to CRNN。 remove tile operation and reconnect the tile input and the tile output; Test the loss of accuracy caused by this action;
- code a tile operation, register tile operation and rebuild ncnn,you can check "How to register opertion in ncnn" and this link: https://zhuanlan.zhihu.com/p/480720455