-
Notifications
You must be signed in to change notification settings - Fork 5.6k
2017 05 04
Tao Luo edited this page Dec 9, 2019
·
1 revision
-
Code cleanup
-
Distributed computing
- https://github.com/wangkuiyi/recordio/pull/1
- How to write TLS/HTTPS server: https://github.com/k8sp/tls/blob/master/README.md
-
Bug Fixes
- Python TLS error in Docker container: https://github.com/PaddlePaddle/Paddle/pull/1970
-
Errands
-
Wrote a GraphViz Web server: https://github.com/wangkuiyi/graver
-
Deploy the server on my personal VPS 104.236.134.88. For example:
-
Build C++/Go hybrid projects using cmake:
-
- Paddle Distributed Training
- User file upload authentication discussion: https://github.com/PaddlePaddle/Paddle/issues/1902
- Master process design doc: https://github.com/PaddlePaddle/Paddle/pull/1953
- RecordIO format PR review: https://github.com/wangkuiyi/recordio/pull/1
- Fault tolerant parameter server API discussion: https://github.com/PaddlePaddle/Paddle/issues/1974
- Install CentOS for US cluster.
- PaddlePaddle/cloud
- Web site based on django+bootstrap(pinax template). User sign-up and creating certs.
- Start notebook per-user and run python code in it -- Done.
- Submit training job in notebook -- WIP.
- Deploy Kubernetes cluster at US office
- Run Paddle v2 on MPI(receiver)
- Paddle cluster train docs.
- the fourth class of gitchat: 让机器读懂视频,finish 40%
- group the document modification: https://github.com/PaddlePaddle/Paddle/projects/9
- code review on repo models
- merge commit on Release/0.10.0 branch to develop branch: #1976
- Wechat PaddlePaddle: 34 fans -> 67 fans
- PaddlePaddle distributed training
- Paddle job for submitting distributed training job: https://github.com/Yancey1989/paddle-job -- WIP
- Review PServer design doc: https://github.com/PaddlePaddle/Paddle/pull/1964
- Deploy CephFS cluster on US office and tutorials for CephFS on kubernetes:https://github.com/k8sp/tutorials/pull/19
- PaddlePaddle/V2 demo
- implement a basic version and start a pr
- discuss the problems with Doctor cao
- intend to complete the training task this week
- PaddlePaddle/Image
- discuss and collect the demand with the teams relating to image
- arrange the demand and work out a plan with qingqing
- PaddlePaddle/Feed CTR
- discuss the problems with the feeds and find out the reason
- intend to discuss the solution to the problem with the others
-
Add prediction script for word embedding task
-
Discuss generation solution for language model task
-
Bug Fixes
- Interesting example: Image Super-Resolution
- The method of image super-resolution can not be used to renovate old photos after evaluation.
- Try to use the pair of (blur, clear) image as the input, train CNN model used for image deblurring.
- Survey the demand from IDL and make the plane.
-
Refactor use_concepts doc
-
Consider enhancing checkpoint of Paddle
- SSTable and recordio design talks and review
- FileManager design talks and PR(working)
- Learning
- go tour
- effective go
- tls
- Remove gfortran and dlopen lapacke
- go invokes c++ libs in CMake https://github.com/gangliao/cmake_cxx_go https://github.com/gangliao/cmake_cxx_go/blob/master/src/static_and_shared/CMakeLists.txt#L2
- Travis CI deployment
- Add cross-compiling toolchain files for Android and Raspberry Pi
- Support automatically compiling host and target protobuf, openblas
- https://github.com/PaddlePaddle/Paddle/pull/1973
- PaddlePaddle/cloud
- PServer process design doc : https://github.com/dzhwinter/Paddle/blob/develop/doc/design/cluster_train/PServer_design_doc.md
- PServer related Discussion : https://github.com/PaddlePaddle/Paddle/issues/1974 , https://github.com/PaddlePaddle/Paddle/issues/1994,
- onCall of 2017-5-3, fast fix https://github.com/PaddlePaddle/Paddle/pull/1980
- v2 demo on ltr case, https://github.com/PaddlePaddle/models/issues/4 -WIP.
- code reviews on repo PaddlePaddle/models.
- reorder PaddleBook chapters to make it consistent with our online courses.
- implement a v2 nested sequence demo
- learn to use paddle V2 api
- Add dnn and cnn model training script for text classification task
- discuss the further job of code clean up
- Take time to get familiar with the implementation, demos, and docs of Paddlepaddle
- Implement the two tasks of seq2seq demo in v2 api:
- NMT without attention. Pull request: https://github.com/PaddlePaddle/models/pull/22
- Grid LSTM. Debugging and code cleanup
PR:
- https://github.com/PaddlePaddle/Paddle/pull/2006
- https://github.com/PaddlePaddle/Paddle/pull/2003
- https://github.com/PaddlePaddle/Paddle/pull/1926
- modify the new homepage and fix some bugs
- translate the part of Release v0.10.0 in RELEASE.md
- implement a v2 regression demo