LoSealL / openvino2onnx

Convert OpenVINO IR (XML) to ONNX format
MIT License
8 stars 0 forks source link

LayerNormalization Scale is 1 ? #29

Open cucibala opened 6 days ago

cucibala commented 6 days ago

I don't know if it's a bug or something, the converted LayerNormalization Scale is 1 When I want to convert this onnx to ncnn, an error occurs. I check the model structure and the LayerNormalization input size is 2, but the value inside crashes directly.

cucibala commented 6 days ago

image image

cucibala commented 6 days ago

image I had to comment out what was there for it to convert, I don't know if this is normal

LoSealL commented 1 day ago

What's the original MVN_21619 looks like?