1. 25 10月, 2017 1 次提交
  2. 18 10月, 2017 1 次提交
  3. 11 8月, 2017 1 次提交
  4. 09 8月, 2017 2 次提交
  5. 08 8月, 2017 2 次提交
  6. 01 8月, 2017 1 次提交
    • Y
      Add start_record interface (#3128) · ec9d4d52
      Yancey 提交于
      * add start_record interface
      
      * call master client in reader
      
      * update
      
      * add demo code in comments
      
      * update comments
      
      * delete unittest for recordio reader
      ec9d4d52
  7. 28 7月, 2017 1 次提交
  8. 27 7月, 2017 2 次提交
    • [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
    • Fix new optimizer lr (#3074) · 39af2559
      武毅 提交于
      * default learning rate, temperary fix
      
      * update
      39af2559
  9. 25 7月, 2017 1 次提交
  10. 21 7月, 2017 1 次提交
  11. 20 7月, 2017 1 次提交
  12. 18 7月, 2017 3 次提交
  13. 17 7月, 2017 1 次提交
  14. 15 7月, 2017 1 次提交
  15. 14 7月, 2017 2 次提交
  16. 13 7月, 2017 3 次提交
  17. 11 7月, 2017 1 次提交
  18. 07 7月, 2017 1 次提交
  19. 06 7月, 2017 1 次提交
  20. 05 7月, 2017 4 次提交
  21. 04 7月, 2017 1 次提交
    • 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