openvino: [Bug]RuntimeError: CumSum layer with name 'p2o.CumSum.0'
System information (version)
fastspeech2 model trained by PaddlePaddle convert to OpenVINO
I have tried to use both paddle and onnx format model.
When used paddle format model, it will cause:
vector too long.
When used ONNX format model, it will cause:
"CumSum layer with name 'p2o.CumSum.0' doesn't support 'axis' input tensor with non scalar rank"
All models and inference code has been uploaded to BaiduNetdisk and Google Drive:
https://pan.baidu.com/s/1u_aNmiWz8UflW3l2m5cSCg?pwd=quck
https://drive.google.com/file/d/1ci6wMuPb6IWLhkBK7CpiNH8KSUAb-35Y/view?usp=sharing
Thank you you all to have a check!
2023.3.8: try #14961 and #14993, it seems not work.
RuntimeError: CPU plug-in doesn't support Squeeze node with inputs num equal 1
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 23 (13 by maintainers)
@xczhai Many thanks! Now, I have successfully run a pretrained PDPD model of Deformable DETR through a python interface. The ONNX and IR files are verified. I will try a C++ interface and build my own model based on the PDPD Deformable DETR (e.g., HDETR). I hope that goes well.