-
Notifications
You must be signed in to change notification settings - Fork 5.6k
2016 12 14
Tao Luo edited this page Dec 9, 2019
·
1 revision
- Work on C++ code style with ADU engineers
- Bazel for Paddle
- Copyright information fixing
- Paddle regression testing code review:
- Paddle on Kubernetes tutorial review:
- Paddle CI system PR review:
- Join Paddle Notebook design meeting
- Join Paddle new C-API design meeting
- 3rd party collaboration
- Performance comparison Paddle, TF, Mxnet:
- Group Paddle Tutorial documentation efforts
- Complete Paddle on Kubernetes tutorial.
- Complete C-API design.
- Help Paddle tutorials planning.
- Help bring CI system online.
- Help code style in practice.
- Paddle ci system
- Join C++ style discussion with Yi and ADU engineers
- Remove custom glog-like and gflags-like macros #896
- Integrate doc en/cn into single doc #866
- Add SIMD flags for runtime check #800 #804
- learn bazel and tf's cuda bzl
-
Check SSE/AVX/AVX2 at runtime to decline in number of release binaries #768
-
Build CUDA library via bazel
- fix issue https://github.com/PaddlePaddle/Paddle/issues/746 -> pr https://github.com/PaddlePaddle/Paddle/pull/859 merged
- fix issue https://github.com/PaddlePaddle/Paddle/issues/294 -> pr https://github.com/PaddlePaddle/Paddle/pull/854 under development(70%)
- fix issue #294 -> (70%-100%)
- fix some matrix module problems issue https://github.com/PaddlePaddle/Paddle/issues/857
- improve the Paddle Function issue https://github.com/PaddlePaddle/Paddle/issues/892
- Update chinese/english catalog #889 #799
- Document build related #879 #805
- Fix dead link in English document #806
- Help group document translated into Chinese and tutorial
- Issue #733: linkchecker can
pip install
sucessfully now.
- Help group document translated into English and fix dead link in Chinese document
- Complete Issue #733
- Support 3-Dimensional Convolutional Networks: Issue #261
- modify regtest code due to https://github.com/PaddlePaddle/regtest/pull/2 70% complete
- complete recommendation Chinese document https://github.com/PaddlePaddle/Paddle/pull/853 review required
- write wiki for github new users https://github.com/dayhaha/Paddle/wiki/github-usage
- complete modifying regtest code.
- improve the wiki https://github.com/dayhaha/Paddle/wiki/github-usage
- https://github.com/PaddlePaddle/Paddle/issues/884 mnist demo
- integrate caffe
Data structure conversion between Paddle and Caffe https://github.com/PaddlePaddle/Paddle/compare/develop...qingqing01:integrate_caffe?expand=1 - merged PR https://github.com/PaddlePaddle/Paddle/pull/821 https://github.com/PaddlePaddle/Paddle/pull/802 https://github.com/PaddlePaddle/Paddle/pull/766
- Image processing https://github.com/PaddlePaddle/Image/pulls
- continue to integrate caffe
- CNN model
- develop data argumentation code with Gnome
- improve classification accuracy by data argumentation
What has been done.
- Finish the documentation refine of h-rnn API.rst. #508
- Fix dead links after rearrange english documentation. Find a way corss reference between markdown and rst. #807
- Fix some bugs in Travis-CI scripts. #826
- Add pre-commit hooks checks in Travis-CI. #829
- Remove m4 macro language in Paddle building. #846 #858 #873
- Add a documentation about pre-commit in contributing.md #874
- Add a bazel playground, about learning bazel.
- Add some comments in Cpp style guide.
- Review some codes.
- Fix documentation bugs #885
What is evaluating.
- Extract RowBuffer class for SparseRowMatrix #863
What is doing.
- Upgrade Travis-CI's protobuf library to protobuf 3.1 #888
- Removing Global Variables. #880
- Doing trainer_count.
What is confusing.
in #880, In SgdLocalUpdater, why always enable gradient buffer? in what situation will cause Paddle error? It is not covered by unit tests. So we should add unit test first before refactor this code.
- modify regtest code due to https://github.com/PaddlePaddle/regtest/pull/2 complete
- dataset interface complete the design doc for detest interface https://github.com/PaddlePaddle/Paddle/pull/872 done write code for the dataset interface 50% complete
- modify regtest code due to https://github.com/PaddlePaddle/regtest/pull/2 70%
- fix sparse bug: https://github.com/PaddlePaddle/Paddle/pull/891 related issue:https://github.com/PaddlePaddle/Paddle/pull/862
- https://github.com/PaddlePaddle/Paddle/pull/734 done, which is test code for https://github.com/PaddlePaddle/Paddle/pull/729
- quick start demo transplant to paddle on spark 50%
- provide quick start api_predict: https://github.com/PaddlePaddle/Paddle/pull/876
- begin the work of clean LOG(FATAL) and CHECK: https://github.com/PaddlePaddle/Paddle/issues/855
- Multi-Threads deisn doc, https://github.com/PaddlePaddle/Paddle/pull/6223
- Survey parallelism in TF, https://github.com/PaddlePaddle/Paddle/issues/6541
- Update Docker/pypi with 0.11.0 version
- Bug Fix:
- PR Review: