You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We complete the most jobs for fluid release, but still there are several tasks remains. tasks.dot.txt
There are two colors in each block, aquamarine and white. The tasks in the white blocks is under developing right now. We need help to complete the tasks in the aquamarine blocks.
NOTE: The tasks and graph of dependencies could be flux.
There are five major parts of tasks:
Polish our Python API. Make the high level Python API as same as our V2 API.
Synchronize our training accuracy with previous Paddle and other frameworks.
We train same data with same configuration and same initialization. We should make fluid produce the exactly same result with previouse Paddle or other frameworks. Exactly means the epsilon should be less than 1e-4.
Polish Op & Layer documentation.
The most crucial task is generate Op & Layers documentation HTML files, and publish it in our staging sever.
Releasing new docker images & pip packages
Also run the regression tests.
The text was updated successfully, but these errors were encountered:
We complete the most jobs for fluid release, but still there are several tasks remains.
tasks.dot.txt
There are two colors in each block, aquamarine and white. The tasks in the white blocks is under developing right now. We need help to complete the tasks in the aquamarine blocks.
NOTE: The tasks and graph of dependencies could be flux.
There are five major parts of tasks:
Program.clone()
#5871paddle.v2.fluid
Unify the fluid imports intopaddle.v2.fluid
#5876Paddle V2 Proxy LayerIn next release.fluid
produce the exactly same result with previouse Paddle or other frameworks.Exactly
means the epsilon should be less than 1e-4.The text was updated successfully, but these errors were encountered: