-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 ops are not supported #336
Comments
Hi, @wenbbo It seems that your exported model contains some control flow operators which Paddle2ONNX are not support. But this shouldn't happen on YOLOv3 model, please make sure that you are using try following commands to export model again
|
there's some thing should be noticed
I just tested the commands, and I'm sure it works well Here's my execution log
|
got the same as you showed in the last comment, many tks @jiangjiajun |
The warning shows the converted model only support batch_size=1 while you use it to inference, but the result will be the same with paddle model |
OK, tks @jiangjiajun again, and let's close the issue, bye |
https://paddledet.bj.bcebos.com/models/yolov3_mobilenet_v1_270e_voc.pdparams.
python tools/export_model.py -c configs/yolov3/yolov3_mobilenet_v1_270e_voc.yml --output_dir=./inference_model // -o eights=weights/yolov3_mobilenet_v1_270e_voc.pdparams
re: I put the yolov3_mobilenet_v1_270e_voc.pdparams in output/yolov3_mobilenet_v1_270e_voc/ directory and renamed the file as model_final.params.
There's 3 ops are not supported yet
=============conditional_block=============
=============logical_not==================
=============select_input==================
What can I do to solve the problem?
The text was updated successfully, but these errors were encountered: