JiabinYang
|
2aa1dc67ce
|
test=develop, fix test_dist_transpiler failed
|
6 years ago |
JiabinYang
|
cb478f7a94
|
just for test
|
6 years ago |
JiabinYang
|
19a8d96585
|
fix nce in test_dist_transpiler, test=develop
|
6 years ago |
JiabinYang
|
52ca40fcfe
|
Merge branch 'feature/add_prefech_hs' of https://github.com/JiabinYang/Paddle into feature/add_prefech_hs
|
6 years ago |
JiabinYang
|
b2f789c66d
|
add test transpiler dist test, test=develop
|
6 years ago |
tangwei12
|
547c1bd11d
|
Merge branch 'feature/add_prefech_hs' of https://github.com/JiabinYang/Paddle into add_prefetch_nce_hs
|
6 years ago |
tangwei12
|
723f68727d
|
add ut about nce in transpiler
|
6 years ago |
JiabinYang
|
f702ab74b9
|
add dist transpiler test
|
6 years ago |
JiabinYang
|
c35fdf1581
|
Merge branch 'add_prefetch_in_nce' of https://github.com/seiriosPlus/Paddle into feature/add_prefech_hs
|
6 years ago |
tangwei12
|
b653ed0516
|
add prefetch and remvoe selectedrows of bias
|
6 years ago |
Wu Yi
|
aebc175cd4
|
add nccl2 dist tests (#14755)
* add nccl2 dist tests test=develop
* fix dist_base test=develop
* fix tests test=develop
* fix test on mac test=develop
|
6 years ago |
Qiao Longfei
|
839193fd1f
|
fix unit test test=develop
|
6 years ago |
Qiao Longfei
|
9450048acb
|
add PADDLE_ENABLE_REMOTE_PREFETCH to enable remote prefetch
test=develop
|
6 years ago |
Qiao Longfei
|
5d5e0656b2
|
clean code
|
6 years ago |
Qiao Longfei
|
2b6c0c09d6
|
add unit test
|
6 years ago |
Qiao Longfei
|
080740b340
|
Merge pull request #14300 from jacquesqiao/dist-table-support-optimizer-regular
dist table support other optimize and regular config
|
6 years ago |
chengduo
|
c5b6573a5a
|
Fix input<tensor> (#14208)
* fix input<tensor>
test=develop
* fix split_ids
test=develop
* ElementwiseMul should not support SelectedRows
* fix scale op
test=develop
* change GetTensorFromVar() method to GetTensorOrSelectedRowsFromVar()
* fix operator
* refine MultiOutput
* fix MultiOutput
test=develop
* disable test_dist_save_load
test=develop
* fix elementwise_op
test=develop
* add get_sparse_as_op
test=develop
* add info for check
test=develop
* rename get_sparse_as_op with extract_rows_as_op.
test=develop
* elementwise doesn't support selected_rows
* fix regularizer
* remove extract_rows_as
test=develop
* fix ci
test=develop
* add test for sum_op
* fix regularizer
test=develop
* test=develop
* fix pserver weight decay multi inputs test=develop
|
7 years ago |
Qiao Longfei
|
373f64986d
|
add comment and unit test
test=develop
|
7 years ago |
Qiao Longfei
|
d9dc81a6c6
|
fix dist transpiler test
test=develop
|
7 years ago |
Wu Yi
|
d51daede93
|
add ftrl support for dist train test=develop (#14176)
|
7 years ago |
Qiao Longfei
|
f37bd03529
|
Merge pull request #14153 from jacquesqiao/fix-pserver-crash-when-no-parameter
set en empty optimize block if pserver has no optimize block
|
7 years ago |
Qiao Longfei
|
2d461cb080
|
code style format
|
7 years ago |
Qiao Longfei
|
add4b466d8
|
dist table only handle is_distributed table
|
7 years ago |
Qiao Longfei
|
bf9764898d
|
add TestEmptyPserverOptimizeBlocks
|
7 years ago |
seiriosPlus
|
f8ae794551
|
test=develop
|
7 years ago |
seiriosPlus
|
e025fc9706
|
fix unit test in cpu 1.1
|
7 years ago |
Qiao Longfei
|
68aeb4e7e9
|
add fake init test in test_dist_transpiler
|
7 years ago |
typhoonzero
|
75258c79bf
|
add decayed_adagrad support for dist train
|
7 years ago |
JiabinYang
|
bd42057ea0
|
disable nccl2 test on CPU
only mode
|
7 years ago |
Wu Yi
|
aeb2dc2b05
|
Nccl2 dist API (#13506)
* add nccl2 dist api
* update apispec
* update
* update api spec
|
7 years ago |
Wu Yi
|
3ab3a7f392
|
Trainer auto wait pserver ports (#13341)
* trainer auto wait pserver port ready
* add file
* fix docstring
* add option to not wait
* update api spec
* clean
* fix test hang
|
7 years ago |
qiaolongfei
|
ed511fe5a7
|
update test_dist_transpiler
|
7 years ago |
minqiyang
|
39c526d42f
|
Port test_dist_transpiler to it
|
7 years ago |
tangwei12
|
5fa1f05c9d
|
code clean and rename
|
7 years ago |
tangwei12
|
bf2f1599f9
|
code clean
|
7 years ago |
tangwei12
|
8cfcbabf5e
|
fix dist unittest
|
7 years ago |
tangwei12
|
7715cdc69b
|
add unit test in dist transpiler
|
7 years ago |
tangwei12
|
bb9f494740
|
merge develop
|
7 years ago |
tangwei12
|
eba7177475
|
add unit test and code fix
|
7 years ago |
minqiyang
|
e398348e7e
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
|
7 years ago |
Qiyang Min
|
340a104c58
|
Merge pull request #12658 from velconia/port_pybind11
Port pybind11 and python code to support py3 CI test
|
7 years ago |
minqiyang
|
99d3f08920
|
Add print_function for all python files
|
7 years ago |
gongweibao
|
d06849305a
|
parameter dispather. (#12666)
|
7 years ago |
minqiyang
|
a32ce8c444
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
|
7 years ago |
tangwei12
|
09e30eeeda
|
Merge pull request #12696 from seiriosPlus/lookuptable_size_on_pserver_fix
lookup table size fix
|
7 years ago |
tangwei12
|
13e99cf92f
|
add unit test
|
7 years ago |
minqiyang
|
77f12e000f
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
|
7 years ago |
gongweibao
|
842fb021b3
|
Fix clone() bug. (#12583)
|
7 years ago |
minqiyang
|
1800fef142
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
|
7 years ago |
Wu Yi
|
d3da0ef9f6
|
Fix dist train with rmsprop (#12649)
* fix dist train with rmsprop
* add rmsprop transpiler test
* update by comment
|
7 years ago |