Skip to content

Commit

Permalink
【Hackathon 7th No.47】 Paddle2ONNX 添加对 While 算子的支持 (#1408)
Browse files Browse the repository at this point in the history
* Add supported for While

* Add Support For while

* Add supported for while
  • Loading branch information
brisaurora authored Oct 16, 2024
1 parent 6b4bd2f commit b2c486a
Show file tree
Hide file tree
Showing 14 changed files with 573 additions and 322 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ paddle2onnx --model_dir saved_inference_model \
--model_filename model.pdmodel \
--params_filename model.pdiparams \
--save_file model.onnx
paddle2onnx --model_dir ch_ppstructure_mobile_v2.0_SLANet_infer \
--model_filename inference.pdmodel \
--params_filename inference.pdiparams \
--save_file inference.onnx
```

可调整的转换参数如下表:
Expand Down
Loading

0 comments on commit b2c486a

Please sign in to comment.