Helin Wang
11660eab0e
Fix optimizer parameter buffer allocation size.
...
The buffer allocation size should be number of bytes, not number of
floats.
8 years ago
helinwang
f5f7d6bd4f
Merge pull request #2811 from helinwang/go_test_1
...
Add go testing into cmake
8 years ago
Helin Wang
e4be077ffa
Add go testing into cmake and fix libpaddle_go_optimizer.a link path
8 years ago
yi.wu
5a4f33df7e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_newupdater
8 years ago
dongzhihong
40295b9ed9
"fix pserver saving etcd"
8 years ago
wuyi05
26d95a6bbf
fix new remote updater for go pserver
8 years ago
dongzhihong
bfc3b4365c
Merge remote-tracking branch 'origin/develop' into save_state
8 years ago
wuyi05
b220c4757e
fix auto cgo LDFLAGS
8 years ago
gongweibao
3f5e5a24c4
fix cmake error
8 years ago
Qiao Longfei
9045063b53
pserver etcd client ( #2559 )
...
* init etcd cclient
* add etcd
* add etcd.go
* fix compile problem
* move code to etcd.go
* add etcd_lister.go for pserver client
* add etcd_client_test.go
* merge etcd_client_test and client_test
* refine client_test.go
* refine code
* format code
* add TODO and use interface instead of struct
* fix typo of initDesiredPservers
* optimize dir structure of go/pserver/client
* add a flag to config index for pserver
* follow comment
* fix path
* optimize code
* remove err in pserver NewEtcd
* restore comment about /ps_desired
8 years ago
dongzhihong
5ef1425adb
"init saving model"
8 years ago
dongzhihong
b9c15b6fff
"remove unused tests"
8 years ago
dongzhihong
7b2bcbe210
"polish cgo link option"
8 years ago
dongzhihong
05ddf23e1d
"add log of create optimizer"
8 years ago
dongzhihong
a2fabcc114
"fix client test"
8 years ago
dongzhihong
b49c9baa35
"remove unuse comment"
8 years ago
dongzhihong
80d915049f
" add elementtype in optimizer"
8 years ago
dongzhihong
7f03817806
"cgo ldflags config"
8 years ago
dongzhihong
242df4f07b
"copy parameter content with memcpy"
8 years ago
dongzhihong
864386d596
"change log in optimizer"
8 years ago
dongzhihong
c44a94b4dc
"fix cmake build flags"
8 years ago
dongzhihong
12749ad552
"fix cmake flags in optimizer"
8 years ago
dzhwinter
59b40ecb78
revert parameter with []byte
8 years ago
dzhwinter
7386b06ccd
"add optimizer naive link option"
8 years ago
dzhwinter
eaed87b00f
"fix optimizer include error"
8 years ago
dzhwinter
5128714c00
"integrate go and optimizer library"
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