PaddlePaddle / Paddle2ONNX

ONNX Model Exporter for PaddlePaddle
Apache License 2.0
670 stars 157 forks source link

支持asr 转 onnx model 吗 #609

Open silencervan opened 2 years ago

silencervan commented 2 years ago

Please fill in the information below so that we can solve the problem quickly, Thanks !

Describe the bug A clear and concise description of what the bug is.

Informations (please complete the following information):

Screenshots

Additional context

yeliang2258 commented 2 years ago

asr是?你可以使用paddle2onnx试试是否可以转?

silencervan commented 2 years ago

deepspeech2 训练出来的model 然后导出,生成.pdmodel 和 .pdiparams ,然后paddle2onnx 转 报错 There's 4 ops are not supported yet =========== recurrent =========== =========== sequence_mask =========== =========== rnn_memory_helper =========== =========== reverse ===========

yeliang2258 commented 2 years ago

以上OP不支持,所以模型暂不支持导出,我们会尽快排期支持。推荐使用PaddleInference进行部署。

yeliang2258 commented 2 years ago

Related Repo:https://github.com/PaddlePaddle/PaddleHub/tree/df850a187e53c2a1a9318ad1d3da5dd716773619/modules/audio/asr