Advanced User Guides¶
So far you have already been familiar with Fluid. And the next expectation should be building a more efficient model or inventing your original Operator. If so, read more on:
Fluid Design Principles : Design principles underlying Fluid to help you understand how the framework runs.
Deploy Inference Model :How to deploy the trained network to perform practical inference
Write new operators :How to write new operators and notes on creating them
Performance Profiling :How to do profiling for Fluid programs
We gladly encourage your contributions of codes and documentation to our communities, read the following articles for how to do it:
How to contribute codes:Tutorials for how to contribute codes to PaddlePaddle open source communities.
How to contribute documentation:Tutorials for how to contribute documentation to PaddlePaddle open source communities.