|
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
|
|