fengjiayi
6ea458235d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_update_reader_doc
7 years ago
Yu Yang
48f213e5a1
Merge pull request #8991 from reyoung/feature/shuffle_reader
...
Feature/shuffle reader
7 years ago
Cao Ying
881c5227ab
Merge pull request #8843 from zhouhanqing/Paddle-ReduceProd
...
Add product reduction for reduce op.
7 years ago
chengduo
5a159f34ce
Merge pull request #8934 from chengduoZH/feature/Enhance_regularizer_py
...
Enhance regularizer.py
7 years ago
武毅
ba65d54d9d
Merge pull request #9044 from typhoonzero/fix_deadlink
...
Fix distributed train doc deadlink
7 years ago
Tao Luo
ad6b59e004
Merge pull request #8927 from ranqiu92/api_std
...
Add api doc std
7 years ago
typhoonzero
7957e86cfe
fix deadlink
7 years ago
ranqiu
fc0f92c24f
Update api doc std and fc doc
7 years ago
chengduoZH
93107ce138
add regularization for test_machine_tranlation
7 years ago
ranqiu
a78b760218
Refine api_doc_std_cn
7 years ago
武毅
d13ce35875
Feature/send recv can now retry ( #9027 )
7 years ago
fengjiayi
6519f6caae
merge
7 years ago
dzhwinter
14fe40aaa6
Refine/nccl ( #9009 )
...
* "Refine nccl op"
* "refine code "
* "refine nccl code"
7 years ago
chengduoZH
dd8dc0e035
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/Enhance_regularizer_py
7 years ago
chengduo
788c600e9d
Merge pull request #8932 from chengduoZH/feature/add_concat_rows
...
Enhance look_up_table op
7 years ago
Abhinav Arora
28078969fd
Fix the CPP Data Feeding design document ( #9033 )
7 years ago
chengduoZH
a43eee40f7
follow comments
7 years ago
Tao Luo
3621d9a3d7
Merge pull request #9028 from typhoonzero/update_dist_doc_tree
...
move fluid dist design to fluid folder
7 years ago
typhoonzero
6a1fbf5be9
move fluid dist design to fluid folder
7 years ago
gongweibao
cbfd15f9d9
Fix debugger bugs. ( #9025 )
7 years ago
ranqiu
686a3ad601
Add api doc std
7 years ago
chengduoZH
92e2207e18
refine doc
7 years ago
Yu Yang
127b371efe
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/shuffle_reader
7 years ago
Yu Yang
164f2382af
Polish code
7 years ago
chengduoZH
ff09b21cd0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_concat_rows
7 years ago
Yu Yang
e13aec601a
Merge pull request #8830 from reyoung/feature/recordio_file_reader
...
Feature/recordio file reader
7 years ago
Yu Yang
f9974a4a12
Make double_buffer reader async
7 years ago
Yu Yang
a8c076e577
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/shuffle_reader
7 years ago
chengduoZH
b9397b2668
remove concat_rows
7 years ago
QI JUN
1f757f5f70
remove unnecessary build graph logic ( #8896 )
...
* fix mac build error
* remove unnecessary build graph
7 years ago
QI JUN
7287630e83
Repair nccl op test ( #8575 )
...
* fix nccl op unit test
* fix build error
* format code
* refine nccl related unit test
* fix build error
* add setGPUData
* clean up
* follow comments
* rm test_nccl.cu
* follow comment
* rm wait
7 years ago
Yancey
ada82a3e24
Add is_local paramter description ( #8893 )
...
* add is_local paramter description
* update
* update by comment
7 years ago
Yancey
2cc2fb4106
add sparse update section in fluid dist doc ( #8997 )
...
* add sparse update section in fluid dist doc
* update by comment
* update
* update by comment
7 years ago
Tao Luo
f8b8f6c97c
Merge pull request #8803 from dzhwinter/doc/conventions
...
"add develop standard"
7 years ago
dongzhihong
d3126adba2
"fix based comments"
7 years ago
dongzhihong
b08fd0ae1e
"fix based comments"
7 years ago
Yu Yang
b52ad9de92
Merge pull request #9000 from reyoung/feature/extract_prepare_from_executor_run
...
Extract Prepare from Executor
7 years ago
Tao Luo
b62874429d
Merge pull request #8910 from Xreki/core_inference_profile
...
Refine the profile codes for inference.
7 years ago
Yu Yang
43d09a1c5f
Extract Prepare from Executor
7 years ago
Yu Yang
225efa671f
Remove dims in base class
7 years ago
QI JUN
f7e9fe57d3
[Memory]More memory optimization policy ( #8690 )
...
* add memopt level
* add opt level for image classification demo
* clean code
* add delete op
* clean code
* test machine translation demo
* clean code
* clean code
* skip fill constant with force cpu
* clean code
* clean code
* refine code
* clean code
* fix bug
7 years ago
Yu Yang
2ea4a5d96c
Polish double buffer reader
7 years ago
kexinzhao
607eec30a8
Merge pull request #8946 from kexinzhao/fix_cuda_arch_fp16
...
Add GPU compute capability check for float16 math function test
7 years ago
Yancey
b5ef315cf1
Fix dist compile error ( #8987 )
7 years ago
qingqing01
b3d26cd3ad
Fix bug in detection_output and mAP calculation in SSD. ( #8985 )
...
* Clipping bbox in the mAP evaluator calculation.
* Fix bug in detection_output and mAP calculation in SSD.
* Fix bug in detection.py.
* Fix bug in test_detection_map_op.py.
7 years ago
Yu Yang
46ae4075ee
Polish ShuffleReader and test
7 years ago
Kexin Zhao
c88f58dbd8
add comment
7 years ago
chengduo
e4ce4795dc
Merge pull request #8874 from jacquesqiao/optimize-optimizer
...
a little optimize of optimizer
7 years ago
chengduoZH
f1c3ecb2b2
add concat rows
7 years ago
chengduo
685f03762e
Merge pull request #8890 from chengduoZH/feature/fix_bug_of_elementwise
...
Add ElementwiseOpInferVarType for Elementwise_op
7 years ago