-
Notifications
You must be signed in to change notification settings - Fork 5.6k
2017 04 27
Tao Luo edited this page Dec 9, 2019
·
1 revision
-
Complete Docker Continuous Integration
- Currently monitor Paddle's
develop
branch andrelease/*
branches. - Every time we pushed commits into these branches, two (CPU/GPU) Docker images are built.
- Currently monitor Paddle's
-
Complete Automatically Paddle Regression Test
- Work with @gangliao @qijun @lizhao
- We can trigger full regression test by pressing a button, without any pain.
- However, Regression Test always failed because of bad internet status in China. Maybe we could rent/buy some workstations in our US office.
-
Unify the Docker dependencies and Debian package dependencies
-
Add standard documentation for releasing Paddle.
- Missing error clipping in machine translation.
- Fix documentation header links.
- Fix several bugs in the v1 demo.
- Fix Travis-CI unstable error.
- Correct WITH_DOC option in Paddle Docker building script.
- Complete the doc that guides generating Paddle docs.
- Support Regression Test of Paddle v2 api.
- Raspberry Pi
- Build PaddlePaddle on Raspberry Pi. And how to build minisize PaddlePaddle bin[low priority].
- https://github.com/PaddlePaddle/Paddle/pull/1835
- https://github.com/PaddlePaddle/Paddle/issues/1845
- Bug Fix
- https://github.com/PaddlePaddle/Paddle/pull/1824
- https://github.com/PaddlePaddle/Paddle/issues/1900
- https://github.com/PaddlePaddle/Paddle/pull/1907
- Smoothl1 loss and Python API. https://github.com/PaddlePaddle/Paddle/pull/1870
- Generate protostr automatically when adding a new test for trainer_config_helpers. https://github.com/PaddlePaddle/Paddle/pull/1872
- Release notes https://github.com/PaddlePaddle/Paddle/pull/1901
- Answer several issues.
- Interesting example (by yongfeng): Image Super-Resolution
- process data and train several models.
- try to use to renovate old photos, not evaluated yet. Maybe needs the method of deblur, other than image Super-Resolution methods.
- Survey the demands from IDL.
- update PaddlePaddle Book Dockerfile
- build regression test v2 on Teamcity
- build PaddlePaddle CPU Book Image on Teamcity
- build PaddlePaddle GPU Book Image on Teamcity
- Discuss PaddlePaddle Cloud, design doc about how submit job: https://github.com/PaddlePaddle/Paddle/pull/1770
- Submit distributed training job with python code: https://github.com/PaddlePaddle/Paddle/pull/1906
- the fourth class of gitchat:Hierarchical RNN
- start the wechat PaddlePaddle
- fix doc bug:
-
Paddle cloud discussions:
-
Prototype master, trainer, pserver communication with etcd
-
Update documentation:
- build PaddlePaddle using Docker to reflect changes. https://github.com/PaddlePaddle/Paddle/pull/1896
- Paddle book: add instruction for using GPU. https://github.com/PaddlePaddle/book/pull/303
- Support Regression Test of Paddle v1 api(CPU & GPU).
- PR: Git usage(https://github.com/PaddlePaddle/Paddle/pull/1890).
- Compile and deploy the new homepage of PaddlePaddle