Commit Graph

262 Commits (dc249d3b69956c19362d562e08bf8aae53147f31)

Author SHA1 Message Date
tangwei12 3639d99f99
Fix save and load lookup table/optimizer vars (#14301)
8 years ago
Qiao Longfei 05c15a0867
Merge pull request #14467 from jacquesqiao/update-trainer-retry
8 years ago
Qiao Longfei fbc529db91 update test=develop
8 years ago
Qiao Longfei 98a0437d70 optimize distribute checkport
8 years ago
Sylwester Fraczek 8a1eeec579 add mkldnn prop_kind phase for inference-only case to pooling and activations (#14278)
8 years ago
Qiao Longfei 080740b340
Merge pull request #14300 from jacquesqiao/dist-table-support-optimizer-regular
8 years ago
Qiao Longfei 04da1dcfb8 optimize import
8 years ago
Qiao Longfei d03cbd1b8c follow comment test=develop
8 years ago
typhoonzero f3eafec19d fix pserver weight decay multi inputs test=develop
8 years ago
Qiao Longfei 67050468e1 optimize code
8 years ago
Qiao Longfei ffd5a832d8 fix code style
8 years ago
Qiao Longfei 3d8077e9fb update optimizer
8 years ago
Qiao Longfei fbcdb29d8c fix import issue
8 years ago
Qiao Longfei 866d6bfe59 dist table support other optimize and regular config
8 years ago
Wu Yi 8fc05e0373
fix cpu build test=develop (#14260)
8 years ago
Wu Yi 306236c2c0
feature/DC asgd (#12722)
8 years ago
tangwei12 d325e668b8
[1.1] Load vars on PSERVER (#14037)
8 years ago
Tao Luo a7a3544f72
Merge pull request #14181 from sfraczek/sfraczek/transpiler-depthwise_conv-mkldnn-pass
8 years ago
Wu Yi d51daede93
add ftrl support for dist train test=develop (#14176)
8 years ago
Qiao Longfei f37bd03529
Merge pull request #14153 from jacquesqiao/fix-pserver-crash-when-no-parameter
8 years ago
Qiao Longfei f3bbd3b43a code style format
8 years ago
Qiao Longfei add4b466d8 dist table only handle is_distributed table
8 years ago
Qiao Longfei d78e8f23a6 code format
8 years ago
Sylwester Fraczek ebd1d753ed added transpiler pass for mkldnn depthwise_conv
8 years ago
Qiao Longfei bf9764898d add TestEmptyPserverOptimizeBlocks
8 years ago
Qiao Longfei a11d4f300e use len instead of size for python list
8 years ago
Qiao Longfei fa84ba2350 set en empty optimize block if pserver has no optimize block
8 years ago
Xin Pan eabb75f6b3
Merge pull request #14055 from dzhwinter/fix/mem_opt
8 years ago
Qiao Longfei d26ff8cb2d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpu-for-1.1-merge-with-shape
8 years ago
Wu Yi 26200f2e42
[1.1] [project] train imagenet using large batch size (#13766)
8 years ago
dongzhihong 755c04df6e rerun ci. test=develop
8 years ago
dongzhihong c2bc700157 Merge remote-tracking branch 'origin/develop' into fix/mem_opt
8 years ago
Qiao Longfei 641369f92b Merge branch 'dist-table-do-not-init-on-trainer' of ssh://github.com/jacquesqiao/Paddle into cpu-for-1.1-merge
8 years ago
Qiao Longfei f1a3fb041b Merge branch 'fix_lookuptable_in_reduce' of https://github.com/seiriosPlus/Paddle into cpu-for-1.1-merge
8 years ago
tangwei12 5ce3a32e06
Merge branch 'develop' into optimizer-prefetch
8 years ago
seiriosPlus b6590b05fb submit by tangwei12, test=develop
8 years ago
Qiao Longfei 93f173db7d code format test=develop
8 years ago
Qiao Longfei a13c788a04 fix a bug
8 years ago
Qiao Longfei d52fcaf42e replace table init op with fake init
8 years ago
Qiao Longfei 8fe90cbdb1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dist-table-do-not-init-on-trainer
8 years ago
Qiao Longfei 4673fea551 trainer startup should not init table optimizer because it maybe large
8 years ago
dongzhihong 8ee3bdb66b "recun ci. test=develop"
8 years ago
Xin Pan 4cd44c00c5 fix
8 years ago
Xin Pan 38cf553108 fix distributed
8 years ago
dongzhihong fcc1ffab5d fix mem opt
8 years ago
Tomasz Patejko 7c64aa0fdc MKLDNN conv + elementwise_add fusion: _set_attr corrected in residual connection fusion
8 years ago
Tomasz Patejko 4be45af1cc MKLDNN conv + elementwise_add fusion: skip connection attribute renamed. Comments about patterns added.
8 years ago
Michal Gallus f0efc244c6 MKLDNN conv + elementwise_add fusion: Fix transpiler integration to predict skip connection input of eltwise_add
8 years ago
Michal Gallus f688197182 MKLDNN conv + elementwise_add fusion: Fix output_data to point to the right tensor, also fix transpiler integration
8 years ago
tangwei12 48982e9dc7 fix lookuptable in reduce strategy
8 years ago