Open ynjiun opened 2 years ago
Hello! RK3566 using different RKNN_toolkit version. Which you can find here https://github.com/rockchip-linux/rknn-toolkit2. For RK3566, it would be better to ask question there. Also I had reminded my teammate of this issue. Thank you.
I am running rknn toolkit for building a model.rknn for running on RK3566. After rknn.load_onnx() successfully, when run rknn.build(), the following error message occur:
I checked my source code, I did not use the Global Average Pool anywhere. And actually I did explicitly remove final two layers of basenet (efficientnet) which contains global_pool by assigning them as Identity as below:
So it puzzled me why the rknn.build() would complain about the Global Average Pool at all.
Could anyone help to point me to the potential causes and possible fixes?
Thanks a lot for your help in advance.