-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 PaddlePaddle tutorial #9124
Conversation
tutorials/frontend/from_paddle.py
Outdated
=================== | ||
**Author**: `Ziyuan Ma <https://github.com/ZiyuanMa/>`_ | ||
This article is an introductory tutorial to deploy PaddlePaddle models with Relay. | ||
For us to begin with, PaddlePaddle>=2.3.1 is required to be installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PaddlePaddle>=2.1.3
Hi @junrushao1994 Could you review this pull request, since paddle frontend is available, this tutorial will be useful for PaddlePaddle users |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, perhaps @hogepodge wants to have a look?
* add paddle tutorial * fix some format issues * fix code style * clean * fix format * fix title underline * PaddlePaddle>=2.1.3
* add paddle tutorial * fix some format issues * fix code style * clean * fix format * fix title underline * PaddlePaddle>=2.1.3
add tutorial for PaddlePaddle framework.