PaddlePaddle / PaddleVideo

Awesome video understanding toolkits based on PaddlePaddle. It supports video data annotation tools, lightweight RGB and skeleton based action recognition model, practical applications for video tagging and sport action detection.
Apache License 2.0
1.52k stars 378 forks source link

Attention_LSTM导出onnx失败,算子不支持 #349

Open FitzShen666 opened 2 years ago

FitzShen666 commented 2 years ago

使用paddle2onnx对Attention_LSTM模型进行转换,发现部分算子不支持:

There's 3 ops are not supported yet =========== sequence_softmax =========== =========== lstm =========== =========== sequence_pool ===========

请问是否会对这些算子提供转换支持?

luyao-cv commented 8 months ago

可更新至新版环境--2.6。已支持。