Commit Graph

37 Commits (adaec0073d02c0ea55bcabc4671ebfc8dbd3182c)

Author SHA1 Message Date
ShenLiang 9401173e3a
Remove scale loss before reduce in dygraph (#30807)
5 years ago
WangXi b1026f64af
【kunlun】dygraph supports multi xpu card training (#30671)
5 years ago
ShenLiang a60f17b89d
Support unused parameters in dynamic graph distributed (#30224)
5 years ago
ShenLiang 01e2874a0e
Support multi-stream communication for dynamic graph distributed (#29525)
5 years ago
ShenLiang 2ef9e0e23c
Rebuild group automatically in dynamic graph distributed (#29255)
5 years ago
ShenLiang 311b3b44fc
Fix the bug where embedding can‘t be processed correctly in reducer (#29485)
5 years ago
ShenLiang 4064354a01
support dp run single card (#29358)
5 years ago
ShenLiang 46b73e6cd9
Change the api of DataParallel and Fleet (#29224)
5 years ago
ShenLiang e2d01eb650
Support dynamic graph distributed (#28997)
5 years ago
gongweibao 1358397e97
Clean up the redundant files and unify the launch interface. (#28928)
5 years ago
Chen Weihang bb16c2515d
Polish parallel api impl & doc details (#28980)
5 years ago
Chen Weihang ed31dac6eb
remove scale loss and coll grads, test=document_fix (#27874)
6 years ago
Chen Weihang dec53a9c79
Remove DataParallel.scale_loss & apply_collective_grads (#27603)
6 years ago
Chen Weihang 199da9689c
Polish api Program/CompiledProgram/ParallelEnv doc & code example (#27656)
6 years ago
Leo Chen c7e0a8bebf
Remove inplace argument when calling nn.reshape() (#27376)
6 years ago
Chen Weihang bb84f0e646
Add new paddle.save/load APIs (#27331)
6 years ago
Chen Weihang 9cb57f94c6
Update set_dict method name & add aliases (#26700)
6 years ago
Yang Zhang 6129b0e246
Revert `no_grad` changes and add new implementation (#26826)
6 years ago
Chen Weihang 28cb653145
Remove backend argument of init_parallel_env (#26773)
6 years ago
Chen Weihang 31f422ae5e
Add interface to launch parallel dygraph by multiprocessing (#26044)
6 years ago
Chen Weihang a7cd61fdd1
fix DataParallel code samples, test=document_fix (#26423)
6 years ago
Yang Zhang 617eb67f29
Upgrade `no_grad` decorator (#25472)
6 years ago
Chen Weihang 4a702ef361
Support SelelctedRows allreduce in multi-cards imperative mode (#24690)
6 years ago
Cindy Cai 86ca31ab58
English API Docs Optimization Part 1 (#24536)
6 years ago
zhongpu 7ca836d3da
support if logic for Variable in dygraph (#22892)
6 years ago
Chen Weihang 3dfaf44adc
Rename dygraph parallel env & add doc (#22925)
6 years ago
hong 737334989b
State dict do not count data parallel layers (#22169)
6 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
6 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
6 years ago
Chen Weihang 664f958a02
Fix optimizer op infershape failed in dygraph multi-cards mode (#21374)
6 years ago
Jiabin Yang e9233d1c1e Refactor dygraph (#19107)
7 years ago
chengduo 5a579df9ba
[Speedup] Make dygraph data parallel faster (#19280)
7 years ago
chengduo 20859c08e8
[DyGraph] Make multi-card program faster (#18892)
7 years ago
chengduo b5f4d5ed0e
Add broadcast operators (#17503)
7 years ago
Yan Xu 0217555530 polish parallel dygraph code (#17164)
7 years ago
Yan Xu 0b07eef118
ParallelDyGraph with GPU collective mode (#16827)
7 years ago
Yan Xu b4c3a6aa0b
[Imperative] implement imperative NCCLParallelContext (#16477)
7 years ago