1. 28 7月, 2017 1 次提交
  2. 27 7月, 2017 1 次提交
    • [Done] Sync master client between passes and fix recordio split (#2948) · c10121e1
      武毅 提交于
      * fix recordio split and task passes
      
      * update for pre commit
      
      * update
      
      * update, still need to sync client wait for pass end.
      
      * able to sync passes for task dispatching
      
      * update to comment
      
      * update
      
      * fix yapf check
      
      * why local pre-commit fails? version is the same
      
      * fix race condition
      
      * update
      
      * fix race condition
      
      * this still have duplicate problem in unit test
      
      * update
      
      * update
      
      * update by comment
      
      * update
      c10121e1
  3. 25 7月, 2017 2 次提交
  4. 20 7月, 2017 1 次提交
  5. 18 7月, 2017 2 次提交
  6. 17 7月, 2017 1 次提交
  7. 13 7月, 2017 1 次提交
  8. 11 7月, 2017 2 次提交
  9. 06 7月, 2017 3 次提交
  10. 04 7月, 2017 4 次提交
    • G
      fix cmake error · 3f5e5a24
      gongweibao 提交于
      3f5e5a24
    • Q
      pserver etcd client (#2559) · 9045063b
      Qiao Longfei 提交于
      * 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
      9045063b
    • G
      fix bugs · 52cc601b
      gongweibao 提交于
      52cc601b
    • G
      add taskfail interface · e25c155f
      gongweibao 提交于
      e25c155f
  11. 03 7月, 2017 1 次提交
  12. 30 6月, 2017 3 次提交
  13. 29 6月, 2017 4 次提交
    • G
      fix bugs · 0fa40924
      gongweibao 提交于
      0fa40924
    • Y
      Trainer library discover master by etcd (#2551) · 9af8d86b
      Yancey 提交于
      * add trainer library
      
      * modifty file name
      
      * move trainer to master client
      
      * update
      
      * update
      
      * modify monitor master to receive a chan
      
      * update
      
      * use etcd client from etcd_client.go
      
      * update
      
      * update
      
      * remove etcd client without lock
      
      * update
      
      * update the comment
      
      * update commonts
      9af8d86b
    • G
      fix bugs · 4874810b
      gongweibao 提交于
      4874810b
    • G
      first add · fc3d0314
      gongweibao 提交于
      fc3d0314
  14. 28 6月, 2017 2 次提交
    • G
      modify cmake · 3919b758
      gongweibao 提交于
      3919b758
    • H
      Make pserver able to get server index without etcd (decouple pserver with etcd) · 4cc9680c
      Helin Wang 提交于
      The pserver need to have server index for saving model on the
      distributed file system. The server index comes from etcd if etcd is
      used, or user can manually specify them. So we need
      pserver.NewService() to take index as an argument. Since index could
      come from etcd, it would be strange if pserver takes an index as
      argument, at the same time get the index from etcd. so we will need to
      decouple pserver with etcd.
      4cc9680c
  15. 24 6月, 2017 6 次提交
  16. 17 6月, 2017 1 次提交
  17. 16 6月, 2017 2 次提交
  18. 15 6月, 2017 3 次提交