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
[Paddle2ONNX] Start to parse PaddlePaddle model...
[Paddle2ONNX] Model file path: ./model.pdmodel
[Paddle2ONNX] Paramters file path: ./model.pdiparams
[Paddle2ONNX] Start to parsing Paddle model...
[Paddle2ONNX] Only support number of inputs equals to number of outputs for operator 'while'.
[Paddle2ONNX] Oops, there are some operators not supported yet, including conditional_block,lod_array_length,select_input,tensor_array_to_tensor,while,write_to_array,
[ERROR] Due to the unsupported operators, the conversion is aborted.
Aborted (core dumped)
训练环境 PaddleX 2.1
导出环境 paddle2onnx-0.9.8
命令
paddle2onnx --model_dir ./ -pf model.pdiparams -s output.onnx -ov 11 -mf model.pdmodel --enable_dev_version True
错误输出
inference_model.zip
The text was updated successfully, but these errors were encountered: