NPU google.protobuf.message.DecoderError: error parsing message

Hi, i’m receiving error google.protobuf.message.DecoderError: error parsing message when truing to convert ResNet50 tensorflow model. Is there any solution?
protobuf version is 3.11.2
Thank you in advance.

@Danylo_Hartwig I had test ResNet50 and ResNet100,We consulted, it contains layers that this tool does not support conversion, so the conversion failed.

But following your documentation all layers in ResNet50 supported.

@Danylo_Hartwig protobuf version 3.11.2 is the true version .

I remember that I reported errors when I converted.

I also tried the convertion example in the official tutorial Instructions for KSNN conversion tool [Khadas Docs], and encoutered the same issue. Is there any solution?