-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Design Doc: Complete Fluid #10103
Comments
Here is the current implementation of cpp reader: And here is a proposal for refining Python save/load interface, which is available for reference: |
Thanks @JiayiFeng ! The new design will change some API to make Fluid more user friendly, but the underlying data format will still be RecordIO. If the current cpp reader is not compatible with the new API, we will re-use the current cpp reader implementation as much as possible. |
您好,此issue在近一个月内暂无更新,我们将于今天内关闭。若在关闭后您仍需跟进提问,可重新开启此问题,我们将在24小时内回复您。因关闭带来的不便我们深表歉意,请您谅解~感谢您对PaddlePaddle的支持! |
Motivation
Currently, our Fluid implementation is incomplete and makes the AI application programming pretty nasty.
Fluid was designed to make AI programming concise and easy, like examples in
However, the currently runnable examples are as follows
test_fit_a_line.py
In order to complete the design of Fluid, we create this issue as a table of context of the design of Fluid.
Questions to Answer
How to train on one node
How to do distributed training
How to do inference
Examples of an API proposal
The text was updated successfully, but these errors were encountered: