Commit Graph

118 Commits (64683cf84ae0eab4c2d2b59f5ee3f8043ffcc989)

Author SHA1 Message Date
tangwei12 3972ba3272 add ditriubted attrs
8 years ago
tangwei12 051eaa5fc7 add ditriubted attrs
8 years ago
tangwei12 5c537941c2 merge develop
8 years ago
minqiyang bc12c2c616 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
qiaolongfei 2ae32f0bf0 revert the change of api
8 years ago
qiaolongfei 8da651057c add TestAsyncDistLookupTable
8 years ago
qiaolongfei 111bde9725 add warning to dist lookup table optimizer
8 years ago
qiaolongfei fd73f2bb26 dist lookup table only support sgd while other dense table support all optimizer
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
tangwei12 04b1df2ac8
Merge branch 'develop' into dis_ckpt_fix
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
tangwei12 2c05e37a77 hidden slice_vars in distribute transpile, hidden it to users
8 years ago
Wu Yi 9f0d9dffe6
hide variable API (#12307)
8 years ago
tangwei12 438de1e03b Merge branch 'Pdv' into dis_ckpt_fix
8 years ago
dzhwinter abe32a4912
"fix memory optimize bug in lr decay" (#12299)
8 years ago
tangwei12 1dd14a704d bug fix
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