标题: Errors while inference on TB RK3588X board [打印本页] 作者: kracozebr 时间: 2023-7-28 18:49 标题: Errors while inference on TB RK3588X board I'm trying to build and run wav2vec model on rknn. I converted model from onnx to rknn.
While converting I had a lot of warnings such as:
DatainEntries overflow, need to tiling more, datain_entries: 2552, limitation: 2048
When I run in simulator there is no problems. It has correct ouput.
But when run on board I have the follow errors (this is one for example):
REGTASK: The bit width of field value exceeds the limit, target: v2, offset: 0x1038, shift = 24, limit: 0x1f, value: 0x80
There is no instruction how to deal with this kind of errors, please help 作者: jefferyzhang 时间: 2023-7-29 19:11
Please confirm that the version number of the RKNN driver、rknn-toolkit2 and library is consistent.