MNN
MNN copied to clipboard
convert MNN failed
my pytorch model have torch.gather, I can convert it to onnx, in onnx it is ONNX::GatherElements, but when I convert onnx model to MNN model, it failed: Check failed: (notSupportOps.size()) == (0) ==> These Op Not Support: ONNX::GatherElements | Is there an alternative to Gather in MNN? Dose anyone know about it?
ONNX::Gather is supported.
ONNX::Gather is supported.
but I used ONNX::GatherElements, not ONNX::Gather, Is there an alternative?
@ljiqy 请问这个问题有什么解决方案吗
The GatherElements of MNN converter dosen't support dynamic shape, maybe you should fix the input shape.
目前已经支持该算子
目前已经支持该算子
great job, thx for all your team's work!