Commit Graph

107 Commits (3ec6d60c3491c033a3a67bf95f337ef0f70751b4)

Author SHA1 Message Date
minqiyang 6abe819f07 Fix pybind11 problem
8 years ago
minqiyang a58dd3e557 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
qiaolongfei f761874b22 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-dis-trans
8 years ago
minqiyang d8ddd3b307 Add TODO for memory optimization in python3 and polishing code
8 years ago
minqiyang 000ba1ac5f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
qiaolongfei 2aa732ba34 fix distribute transpiler to optimize selected rows
8 years ago
Xin Pan 412ad81644 keep seed in dist transpiler
8 years ago
minqiyang 4bf3c8c5a1 Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
8 years ago
minqiyang 91f0573bc1 Fix the overfix of 2to3 for print function
8 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
8 years ago
qiaolongfei 754e96a30c distribute lookup table work with parallel executor
8 years ago
qiaolongfei aa3618ed3e fix _create_prefetch_block in distribute_transpiler
8 years ago
Wu Yi 9f0d9dffe6
hide variable API (#12307)
8 years ago
dzhwinter abe32a4912
"fix memory optimize bug in lr decay" (#12299)
8 years ago
Wu Yi db67d60e31
Remove block api (#12107)
8 years ago
typhoonzero 32d81909dc fix pserver with condition block
8 years ago
gongweibao 7040c67920
Change blocksize (#11863)
8 years ago
seiriosPlus 0f3aa74d11 fix split_var=False
8 years ago
tangwei12 4bd64781ca fix distribued transpile when slice_var_up=False
8 years ago
qiaolongfei 600f5f0b49 simpilify distribute transpiler
8 years ago
qiaolongfei 5c12c5eb42 update distribute transformer for adam and adamax optimizer
8 years ago
Tao Luo d3a48484bd
Merge pull request #11983 from luotao1/inference_doc
8 years ago
Luo Tao da70863080 add inference_transpiler doc to develop branch
8 years ago
minqiyang 4cf76cfdf3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_reader_op_in_pserver
8 years ago
Wu Yi adfaf9a665
make transpiler test reliable (#11848)
8 years ago
minqiyang 5ebf56bf0e Only the inputs vars of ops in Pserver program will be cloned, other
8 years ago
pzelazko-intel 9a15c92317 bnorm+relu fuse for mkldnn (inference) (#11434)
8 years ago
Xin Pan 008e0c9bc1 small clean
8 years ago
yi.wu 88cb47bd86 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_paraexe_bcast
8 years ago
yi.wu 8e48c77b54 wip
8 years ago
tangwei12 b6e63554e6 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into ckpt_m2
8 years ago
Yancey1989 86e09b34e3 fix asyn update error on pserver
8 years ago
tangwei12 33ff69b621 file path can not be empty
8 years ago
tangwei12 dc847f129e bug fix and code optimize
8 years ago
tangwei12 fb7e479188 merger paddle develop
8 years ago
Yancey 0d4b376fc0
Merge pull request #11585 from Yancey1989/fix_pserver_sub_blocks
8 years ago
Yancey1989 76e3ec600a fix cloned op
8 years ago
tangwei12 e684575f66 checkpoint feature optimized
8 years ago
Yancey1989 56a903d3ac use optimize block list instead of first optimize block
8 years ago
tensor-tang d5fb8fa778 Revert "Merge pull request #11628 from PaddlePaddle/revert-11102-mozga-intel/Sum_mkldnn_layout"
8 years ago
Yancey1989 3a37e14285 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_pserver_sub_blocks
8 years ago
Yancey1989 0970bd9edc use optimize blocks attr to record optimize block id
8 years ago
tensor-tang 90780e22ce
Revert "MKLDNN layout: Support for sum operator"
8 years ago
tangwei12 e589005229 merge
8 years ago
Yancey1989 e02cbf3538 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_pserver_sub_blocks
8 years ago
Yu Yang b94f7848c4
Merge pull request #11531 from reyoung/feature/non_layer_api_doc
8 years ago
tangwei12 c073bb3b2c code style
8 years ago
yuyang18 760d2305a3 Polish doc style
8 years ago
tangwei12 5a4a24cce1
Merge branch 'develop' into ckpt_m2
8 years ago
Yu Yang e66a725396
Merge branch 'develop' into transpiler_doc
8 years ago