ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

tile not supported yet

Open cuppersd opened this issue 2 years ago • 1 comments

error log | 日志或报错信息 | ログ

tile not supported yet

model | 模型 | モデル

  1. original model CRNN

how to reproduce | 复现步骤 | 再現方法

cuppersd avatar Jun 30 '22 02:06 cuppersd

There have two ways to fix this error:

  1. 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;
  2. 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

DC-Zhou avatar Jun 30 '22 10:06 DC-Zhou