Junhui Ng

Results 2 issues of Junhui Ng

I converted a [ViViT model](https://github.com/rishikksh20/ViViT-pytorch) from PyTorch to ONNX, and then from ONNX to RKNN. The conversion was successful, but the RKNN inference failed: ```bash I rknn-toolkit2 version: 2.3.2 I...

I have a CONCAT layer with four inputs — three of which are constants, and one is the output from a TRANSPOSE layer. While converting the model from ONNX to...