Skip to content
Tao Luo edited this page Dec 9, 2019 · 1 revision

wangkuiyi/cxwangyi/yiwangbaidu

  1. Work on C++ code style with ADU engineers
  2. Bazel for Paddle
  3. Copyright information fixing
  4. Paddle regression testing code review:
  5. Paddle on Kubernetes tutorial review:
  6. Paddle CI system PR review:
  7. Join Paddle Notebook design meeting
  8. Join Paddle new C-API design meeting
  9. 3rd party collaboration
    • Performance comparison Paddle, TF, Mxnet:
  10. Group Paddle Tutorial documentation efforts

  1. Complete Paddle on Kubernetes tutorial.
  2. Complete C-API design.
  3. Help Paddle tutorials planning.
  4. Help bring CI system online.
  5. Help code style in practice.

helinwang

  1. Paddle ci system
  2. Join C++ style discussion with Yi and ADU engineers

gangliao

  1. Remove custom glog-like and gflags-like macros #896
  2. Integrate doc en/cn into single doc #866
  3. Add SIMD flags for runtime check #800 #804
  4. learn bazel and tf's cuda bzl

  1. Check SSE/AVX/AVX2 at runtime to decline in number of release binaries #768

  2. Build CUDA library via bazel

hedaoyuan

  1. fix issue https://github.com/PaddlePaddle/Paddle/issues/746 -> pr https://github.com/PaddlePaddle/Paddle/pull/859 merged
  2. fix issue https://github.com/PaddlePaddle/Paddle/issues/294 -> pr https://github.com/PaddlePaddle/Paddle/pull/854 under development(70%)

  1. fix issue #294 -> (70%-100%)
  2. fix some matrix module problems issue https://github.com/PaddlePaddle/Paddle/issues/857
  3. improve the Paddle Function issue https://github.com/PaddlePaddle/Paddle/issues/892

luotao1

  1. Update chinese/english catalog #889 #799
  2. Document build related #879 #805
  3. Fix dead link in English document #806
  4. Help group document translated into Chinese and tutorial
  5. Issue #733: linkchecker can pip install sucessfully now.

  1. Help group document translated into English and fix dead link in Chinese document
  2. Complete Issue #733
  3. Support 3-Dimensional Convolutional Networks: Issue #261

xujun05

  1. modify regtest code due to https://github.com/PaddlePaddle/regtest/pull/2  70% complete
  2. complete recommendation Chinese document https://github.com/PaddlePaddle/Paddle/pull/853  review required
  3. write wiki for github new users https://github.com/dayhaha/Paddle/wiki/github-usage

  1. complete modifying regtest code.
  2. improve the wiki https://github.com/dayhaha/Paddle/wiki/github-usage
  3. https://github.com/PaddlePaddle/Paddle/issues/884 mnist demo

qingqing01

  1. integrate caffe
    Data structure conversion between Paddle and Caffe https://github.com/PaddlePaddle/Paddle/compare/develop...qingqing01:integrate_caffe?expand=1
  2. merged PR https://github.com/PaddlePaddle/Paddle/pull/821 https://github.com/PaddlePaddle/Paddle/pull/802 https://github.com/PaddlePaddle/Paddle/pull/766
  3. Image processing https://github.com/PaddlePaddle/Image/pulls

  1. continue to integrate caffe
  2. CNN model
  • develop data argumentation code with Gnome
  • improve classification accuracy by data argumentation

reyoung(Yu Yang)

What has been done.

  1. Finish the documentation refine of h-rnn API.rst. #508
  2. Fix dead links after rearrange english documentation. Find a way corss reference between markdown and rst. #807
  3. Fix some bugs in Travis-CI scripts. #826
  4. Add pre-commit hooks checks in Travis-CI. #829
  5. Remove m4 macro language in Paddle building. #846 #858 #873
  6. Add a documentation about pre-commit in contributing.md #874
  7. Add a bazel playground, about learning bazel.
  8. Add some comments in Cpp style guide.
  9. Review some codes.
  10. Fix documentation bugs #885

What is evaluating.

  1. Extract RowBuffer class for SparseRowMatrix #863

What is doing.

  1. Upgrade Travis-CI's protobuf library to protobuf 3.1 #888
  2. 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.

qibin(becket1124)

  1. modify regtest code due to https://github.com/PaddlePaddle/regtest/pull/2  complete
  2. 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

yangwenbo(wen-bo-yang)

  1. modify regtest code due to https://github.com/PaddlePaddle/regtest/pull/2 70%

backyes(Yanfei)

  1. fix sparse bug: https://github.com/PaddlePaddle/Paddle/pull/891 related issue:https://github.com/PaddlePaddle/Paddle/pull/862

hanchao(hohdiy)

  1. https://github.com/PaddlePaddle/Paddle/pull/734 done, which is test code for https://github.com/PaddlePaddle/Paddle/pull/729
  2. quick start demo transplant to paddle on spark 50%

jacquesqiao(QiaoLongfei)

  1. provide quick start api_predict: https://github.com/PaddlePaddle/Paddle/pull/876
  2. begin the work of clean LOG(FATAL) and CHECK: https://github.com/PaddlePaddle/Paddle/issues/855

llxxxll(Liuyongfeng)

  1. https://github.com/PaddlePaddle/Paddle/wiki/PaddlePaddle-Tech-Writer(translated-into-Chinese) 筹备

Yancey1989(YanXu)

Clone this wiki locally