Commit Graph

40 Commits (f4710cf0e210f65357b0c9ebc871602addac4131)

Author SHA1 Message Date
Helin Wang 32c92640f0 Fix pserver checkpoint
7 years ago
Helin Wang fc57c09dc9 add detailed log for the pserver
7 years ago
Helin Wang 60238a1bfb Go master, pserver, trainer: switch to log15, away from logrus
7 years ago
Helin Wang f28b4d6805 Fix parameter server checkpoint serialization
7 years ago
Helin Wang 2ee418db78 fix pserver save / load checkpoint
8 years ago
Helin Wang 3ff0a9fbb1 Implement distributed training save model, improve master.NewClient interface
8 years ago
Helin Wang a7e69d949f do not do log.Errorln when checkpoint is not found (which is normal)
8 years ago
dongzhihong e1e7309789 boring copyright
8 years ago
Helin Wang 25e57949cc add more linters, fix errors found by them.
8 years ago
Helin Wang 2b1cac4113 Handle all unchecked errors
8 years ago
dongzhihong 7cfcda5f4f "fix checkpoint pointer"
8 years ago
dongzhihong 46c704ecf0 "fix init error"
8 years ago
Yancey 19bfb8a1f2 PServer recovery from checkpoint (#2741)
8 years ago
dongzhihong 0ad7053e96 "make parameterCheckpoint exported"
8 years ago
dongzhihong 774604cdb8 "add more NewService argument"
8 years ago
dongzhihong 40295b9ed9 "fix pserver saving etcd"
8 years ago
dongzhihong bfc3b4365c Merge remote-tracking branch 'origin/develop' into save_state
8 years ago
wuyi05 7c6aa04f61 add go pre-commit and travis build
8 years ago
Qiao Longfei 9045063b53 pserver etcd client (#2559)
8 years ago
dongzhihong 65afbe1185 "fix gob register error"
8 years ago
dongzhihong f1330e216a "saving checkpoint"
8 years ago
dongzhihong 5ef1425adb "init saving model"
8 years ago
dzhwinter 36f8b84809 Merge branch 'develop' into go_optimizer
8 years ago
dongzhihong 05ddf23e1d "add log of create optimizer"
8 years ago
Helin Wang 4cc9680cc6 Make pserver able to get server index without etcd (decouple pserver with etcd)
8 years ago
dongzhihong 242df4f07b "copy parameter content with memcpy"
8 years ago
dongzhihong c44a94b4dc "fix cmake build flags"
8 years ago
dongzhihong 12749ad552 "fix cmake flags in optimizer"
8 years ago
yi.wu 0824061ea3 set ps_desired when pserver init
8 years ago
dzhwinter 59b40ecb78 revert parameter with []byte
8 years ago
Helin Wang e558ed0d5e fix etcd lease
8 years ago
wuyi05 0b936e9399 update pserver etcd
8 years ago
dzhwinter 5128714c00 "integrate go and optimizer library"
8 years ago
wuyi05 badcdfe1e5 pserver etcd registration
8 years ago
qiaolongfei 8941a38514 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into newparameterupdater
8 years ago
qiaolongfei 37594eae17 add paramConfig for each parameter
8 years ago
Helin Wang ce3408a7a6 modify pserver client C API, create better test
8 years ago
qiaolongfei 966bf9ae1f fix the problem in cclient when malloc paddle_parameter
8 years ago
Helin Wang 0babf84b0f implement pserver RPC part, and simple parameter partition.
8 years ago
Helin Wang 28b23e6db5 move paddle/go to go, move go/cclient to go/pserver/cclient, move go/crecordio to go/recordio/c
8 years ago