ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
Proposed ProgressChallenges
3
KPIMay 5May 16June 5July 5yiwang, longfei, jiayi, haoshuang
4
fit a lineSimplifiedRunnableDocumenteddamingbook chapters
Could be simplified by the high-level API design https://github.com/PaddlePaddle/Paddle/issues/10248
5
recognize digitsSimplifiedRunnableDocumentedjeffbook chapters
Do not yet work due to the encoder/decoder proble.
6
image classificationSimplifiedRunnableDocumentedjeffGAN
Could NOT be simplified by the high-level API design https://github.com/PaddlePaddle/Paddle/issues/10248, but we might have another high-level API specificially for GAN.
7
word2vecSimplifiedRunnableDocumentedhelinn-GPU
Programmers need to subdivide input data for each GPU. This reveals too much details to users, and has to be corrected.
8
recommender systemSimplifiedRunnableDocumentedsidn-nodes
Python API too complicated for using. The transpiler has too many hacky assumptions.
9
understand sentimentSimplifiedRunnableDocumentedabhinav
10
label semnatic rolesN/ASimplifiedRunnableDocumented
11
machine translationN/ASimplifiedRunnableDocumented
12
GANSimplifiedRunnableDocumentedhaonan, yiwang, yangyang
13
n-GPUSimplifiedRunnableDocumentedyuyang
14
n-nodesSimplifiedRunnableDocumentedwuyi, yanxu, weibao, tangwei
LoDTensor: hide details
offset => length
API set LoD by lengths
15
models/face_recognition
SimplifiedRunnableDocumented
TensorSequence
to_lodtensor
16
models/deep_asrSimplifiedRunnableDocumented
17
models/mtrSimplifiedRunnableDocumented
18
models/sentiment SimplifiedRunnableDocumented
19
models/reinforcement
SimplifiedRunnableDocumented
20
LoDTensor better name and API
SimplifiedRunnableDocumentedyibing, kexin
21
22
Update B4:
23
Scafolding: https://github.com/PaddlePaddle/Paddle/pull/10313
Work dispatching: https://github.com/PaddlePaddle/Paddle/projects/62
Engineers: helin, thuan, abhinav, siddar, jeff, yiwang
24
chenxi
distributed training
25
wangleiCI and build
26
kexinfloat16
27
yangyangcode-cleanup
28
Who are working on what
varun
hiring, ONNX, Linux Foundation, external companies, Web site, prmotion
29
fit a line
30
recognize digits
31
image classification
32
word2vec
33
recommender system
34
understand sentiment
35
label semnatic roles
36
machine translation
37
GANyaming, helin
38
n-GPU
39
n-nodes
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100