Commit Graph

116 Commits (3efac174ea3b5bdaf1e36a2328be3d14b364f60e)

Author SHA1 Message Date
Qiao Longfei fd10669ecb
Add dependency to send recv (#12760)
7 years ago
minqiyang f4999e4f39 Remove unused six and missing six import
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
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
7 years ago
minqiyang 0d7047ca79 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Wu Yi bd87f67f0e
Dist transpile can pass startup program by argument (#12606)
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
tangwei12 f42247e55f change to int to compatible with py3
7 years ago
tangwei12 0707abb51b lookup table fix
7 years ago
minqiyang 1800fef142 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Wu Yi 8b77448d5f
hide misc APIs (#12540)
7 years ago
Wu Yi d3da0ef9f6
Fix dist train with rmsprop (#12649)
7 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
minqiyang 5d4238cdcc Fix six.iteritems problem
7 years ago
minqiyang 6dc07e7f95 Replace items() with six.moves.iteritems() to improve memory usage
7 years ago
minqiyang bc12c2c616 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
minqiyang 9cd5999032 Fix dist transpiler unordered dict issue
7 years ago
qiaolongfei 2ae32f0bf0 revert the change of api
7 years ago
qiaolongfei 8da651057c add TestAsyncDistLookupTable
7 years ago
minqiyang 6abe819f07 Fix pybind11 problem
7 years ago
qiaolongfei 111bde9725 add warning to dist lookup table optimizer
7 years ago
qiaolongfei fd73f2bb26 dist lookup table only support sgd while other dense table support all optimizer
7 years ago
minqiyang a58dd3e557 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
qiaolongfei f761874b22 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-dis-trans
7 years ago
minqiyang d8ddd3b307 Add TODO for memory optimization in python3 and polishing code
7 years ago
minqiyang 000ba1ac5f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
qiaolongfei 2aa732ba34 fix distribute transpiler to optimize selected rows
7 years ago
Xin Pan 412ad81644 keep seed in dist transpiler
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
qiaolongfei 754e96a30c distribute lookup table work with parallel executor
7 years ago
qiaolongfei aa3618ed3e fix _create_prefetch_block in distribute_transpiler
7 years ago
Wu Yi 9f0d9dffe6
hide variable API (#12307)
7 years ago
Wu Yi db67d60e31
Remove block api (#12107)
7 years ago
typhoonzero 32d81909dc fix pserver with condition block
7 years ago
gongweibao 7040c67920
Change blocksize (#11863)
7 years ago
seiriosPlus 0f3aa74d11 fix split_var=False
7 years ago
tangwei12 4bd64781ca fix distribued transpile when slice_var_up=False
7 years ago
qiaolongfei 600f5f0b49 simpilify distribute transpiler
7 years ago
qiaolongfei 5c12c5eb42 update distribute transformer for adam and adamax optimizer
7 years ago
minqiyang 4cf76cfdf3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_reader_op_in_pserver
7 years ago
Wu Yi adfaf9a665
make transpiler test reliable (#11848)
7 years ago
minqiyang 5ebf56bf0e Only the inputs vars of ops in Pserver program will be cloned, other
7 years ago
Xin Pan 008e0c9bc1 small clean
7 years ago
yi.wu 88cb47bd86 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_paraexe_bcast
7 years ago
yi.wu 8e48c77b54 wip
7 years ago