-
Notifications
You must be signed in to change notification settings - Fork 5.6k
2016 12 21
Meeting notes for 2016-12-21
-
Make Travis-CI pre-commit check more readable. #910
- Travis-CI will print the difference between Paddle style and user commit if error occured.
-
Build ubuntu install package, and upload to github https://github.com/PaddlePaddle/Paddle/releases/tag/v0.9.0
-
Make Paddle demo use correct data provider style #921
-
Fix a bug in layer_config_helpers. Do not use math as a import name. Change it to layer_math. #922 #903
-
Developing Python API based on SWIG. #971
-
Some tiny fix for code styles.
-
Review PR/Codes.
-
Handled issue.
- Paddle Book
- Paddle API improvement
- Paddle code style disucssions
- Requrements Review
- Software Building
###wen-bo-yang(yangwenbo)
-
Fix bugs and add some new function https://github.com/PaddlePaddle/regtest/pull/2
- Support the branch selection fo Paddle in regression test code
- Add the UBUNTU MIRROR selection in regression test code
- Add the document for regression test
-
Promote the speed of apt-get update when Paddle docker image building
- Submit the PR [#927] (https://github.com/PaddlePaddle/Paddle/pull/927) for the issue #919
Complete the Paddle Function, and Function usage is described at https://github.com/PaddlePaddle/Paddle/issues/892
- PR Merged
Paddle Function https://github.com/PaddlePaddle/Paddle/pull/854 - ISSUE Open
https://github.com/PaddlePaddle/Paddle/issues/977
https://github.com/PaddlePaddle/Paddle/issues/975 - ISSUE Closed
https://github.com/PaddlePaddle/Paddle/issues/703
https://github.com/PaddlePaddle/Paddle/issues/695
https://github.com/PaddlePaddle/Paddle/issues/294 - Code Review
https://github.com/PaddlePaddle/Paddle/pull/888
https://github.com/PaddlePaddle/Paddle/pull/863
https://github.com/PaddlePaddle/Paddle/pull/934
https://github.com/PaddlePaddle/Paddle/pull/969
https://github.com/PaddlePaddle/Paddle/issues/973
https://github.com/PaddlePaddle/Paddle/issues/977
- Handled issues:
- https://github.com/PaddlePaddle/Paddle/pull/966
-
https://github.com/PaddlePaddle/Paddle/issues/929
This is a bug of cuDNN APIcudnnBatchNormalizationForwardInference
. This bug will be fixed later.
- PR Review
- PR Update https://github.com/PaddlePaddle/Image/pull/1
- Integrate Caffe little progress (developing some code.)
- Identity Resnet on dataset of ImageNet-100
- Issue: https://github.com/PaddlePaddle/Paddle/issues/850
- both data argumentation in PaddlePaddle and Torch:
- classification error: 15.26% (Paddle) Vs 14.4% (Torch)
- modify data argumentation code and train again
waiting for the result...
- Go through tizhou's paddle on kubernetes tutorial. Try to improve readability. (20%)
- Learn kubernetes
- https://github.com/PaddlePaddle/Paddle/pull/370
- Go through tizhou's paddle on kubernetes tutorial. Try to improve readability. (20% -> 100%)
- integrate new ci system with coveralls.io so that new ci system will have test coverage as well.
- According to the comments, fix bugs and add new function (https://github.com/PaddlePaddle/regtest/pull/2)
- Coding dataset interface, the data from amazon is done! image classification is doing
- runtime avx
- bazel vs cmake #932
- Refine the sources in utils directory #956
- Remove utils/CommandLineParser.h #989
- Modify regtest code as comments.
- Write mnist demo tutorial(softmax regression 85%, mlp 95%, CNN 99%)
- paddle quick start lr demo work on spark(train OK 100%, predict 70%)
- next week:
- paddle python API instead of predict on spark.(70%->100%)
- paddle python API instead of train on spark.(deps cluster python API @yuyang)
- Create a project for c-api deisgn. (https://github.com/PaddlePaddle/Paddle/projects/10)
- C-API design survey. #955
- Discuss the plan for C-API design and make a plan for it. #959
- Start to modify python api for config. #971
- Some code review, mainly for learning the structure of Paddle system.
- Developping a python script for md to ipynb (20%)
- Constructing the debug mode for jupyter noteboook,writing documents about it (100%)
- Pushing the project of paddle paddle livebook to github
-
something related sparse
https://github.com/PaddlePaddle/Paddle/pull/862 (enhancement) https://github.com/PaddlePaddle/Paddle/pull/891 (bugfix)
https://github.com/PaddlePaddle/Paddle/issues/948 https://github.com/PaddlePaddle/Paddle/pull/985 (bugfix) -
connection control
https://github.com/PaddlePaddle/Paddle/pull/747 (enhancement)