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

wangkuiyi

Pthon/C++ interface

Operator

helinwang

Gang Liao

Others:

  • go_binary: remove hardcoded library link path, add pserver client test #2832
  • FIX: add -lrt for link #2823
  • FIX: explicitly specify glog install path #2763

gongweibao

caoying

  • refine machine translation models and fix the problem that training process goes to NaN or explosion.

  • modifications to recurrent layer group to output attention weights for each generated sequence in each time step during beam search.

    • this feature is required by OCR team.
    • the codes are finished and under test with colleagues from OCR. I will create a PR later.
    • I am also writing an example to show how to use this feature to Paddle models, but some bugs of V2 APIs are found and I haven't fixed them yet, that this feature cannot be used in V2 API currently.

luotao

Yu Yang

  • Expose paddle.framework C++ --> Python

    • Give Cython+C-API and PyBind11 as demo, we dicided use PyBind11.
    • #2793
  • Refine OpRegistry.

    • #2782
    • Defined static variable in .cc
    • Refined C++ syntax
    • Fix static variable init order problems
  • Fix slow parsing a recursive depends topolgy in trainer_config_helper

  • Refine CUDA Related Libraries.

    • Fix compile error in cuda.h
    • #2806
  • Define the interface about OpWithKernel

  • [WIP] add a sample op, add_op

  • [WIP] Default scope function in Python

  • [TODO] Generate Python OpCreation Code

  • [TODO] Python Model concept.

fengjiayi

qijun

Operator --> OpKernel --> Tensor/DeviceContext --> Eigen

Operator

DeviceContext

Tensor and Eigen

Some fix

wanghaoshuang

typhoonzero(wuyi)

yangyaming

guosheng

Qiaolongfei

Operator

code review

Xinghai Sun

dongzhihong

Yibing Liu

DS2:

hedaoyuan

Fixed two issues of convolution calculation performance last week. At present, the inference of face model with Paddle can reach 400ms, better than their own implementation(750ms).

Convolution Reconstruction and Mobile Optimization

Review

Dang Qingqing

xingzhaolong

Yancey1989(yanxu)

Yan Chunwei (superjom)

Liu Yiqun

Clone this wiki locally