|
Hi, NPU driver limits the number of nodes must be less than 1024
RKNN-Toolkit will do node merging when the model is converted. For example, conv+bn+scale will be merged into a conv, which will reduce the number of nodes.So, can you modify the model to match the merge rule?
Currently, none of the models we tested exceeded this limit. Can this model be provided for us to test? |
|