Skip to content
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

Add model converter between paddle model and standard model #1044

Closed

Conversation

yeliang2258
Copy link
Collaborator

@yeliang2258 yeliang2258 commented Mar 1, 2023

  1. Convert paddle model to standard model
python convert_paddle_to_standard.py --paddle_model MobileNetV3/inference --save_dir test_model/
  1. Process standard model, include convert to paddle model, get model、graph、node、variable_type、tensors
python process_standard_model.py --standard_model test_model/standard_model --save_dir test_model/

@yeliang2258 yeliang2258 marked this pull request as ready for review March 1, 2023 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants