You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill in the information below so that we can solve the problem quickly, Thanks !
Describe the bug
from paddlenlp import Taskflow
ner = Taskflow(task='ner', mode='fast')
该模型使用paddle2onnx报错
[Paddle2ONNX] Oops, there are some operators not supported yet, including viterbi_decode,
[ERROR] Due to the unsupported operators, the conversion is aborted.
Informations (please complete the following information):
Inference engine for deployment: TensorFlow Serving
Why convert to onnx:模型 → onnx → pb,以便Java调用
Paddle2ONNX Version: paddle2onnx-1.3.1 with python>=3.8, paddlepaddle>=2.0.0
Please fill in the information below so that we can solve the problem quickly, Thanks !
Describe the bug
该模型使用paddle2onnx报错
Informations (please complete the following information):
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: