1. 14 5月, 2019 1 次提交
  2. 09 5月, 2019 1 次提交
    • L
      Format file path (#17280) · a88a1faa
      lujun 提交于
      The parameter dirpath will be passed directly to c++ operater. The file address format will be different under win and UNIX.
      a88a1faa
  3. 08 5月, 2019 1 次提交
  4. 22 4月, 2019 1 次提交
  5. 20 3月, 2019 1 次提交
  6. 04 3月, 2019 1 次提交
  7. 01 3月, 2019 1 次提交
  8. 20 2月, 2019 2 次提交
  9. 31 1月, 2019 2 次提交
  10. 30 1月, 2019 1 次提交
  11. 29 1月, 2019 1 次提交
  12. 23 1月, 2019 1 次提交
  13. 07 12月, 2018 1 次提交
    • C
      Fix io doc (#14751) · 9fa87b23
      chengduo 提交于
      * fix io doc
      test=develop
      
      * refine data_feeder doc
      test=develop
      9fa87b23
  14. 27 11月, 2018 1 次提交
  15. 26 11月, 2018 1 次提交
    • T
      Fix save and load lookup table/optimizer vars (#14301) · 3639d99f
      tangwei12 提交于
      *  fix mkdir conflict
      
      *  fix load/save lookup tables
      
       test=develop
      
      * add lookup_table_utils
      
      * fix load optimize vars on pserver
      
      * delete lookup table utils
      
      * fix save and load lookup tables
      
      * fix load optimizer var
      
      * fix load optimizer var, test=develop
      
      * fix python 3 style, test=develop
      
      * move lookup_table_utils to contrib utils
      3639d99f
  16. 07 11月, 2018 1 次提交
  17. 02 11月, 2018 1 次提交
    • T
      [1.1] Load vars on PSERVER (#14037) · d325e668
      tangwei12 提交于
      * fix dim0 in _load_slice_up_vars
      
      * fix dim0 in _load_slice_up_vars, fix innershape in delete_var_op
      
      * Revert "fix lookuptable in reduce strategy"
      
      This reverts commit 0e722c5e
      
      * add unit test for dist
      
      * add unit test for dist, test=develop
      
      * cancel revert, test=develop
      d325e668
  18. 25 9月, 2018 2 次提交
  19. 20 9月, 2018 1 次提交
  20. 19 9月, 2018 1 次提交
    • X
      To support full model saving. · 10f7d004
      Xin Pan 提交于
      In the future, we'd like to encourage user to save
      everything during training.
      This allows us to
      1. Do more flexible optimization passes
      2. Re-train and fune-tune
      10f7d004
  21. 18 9月, 2018 1 次提交
  22. 10 9月, 2018 3 次提交
  23. 22 8月, 2018 1 次提交
  24. 21 8月, 2018 1 次提交
  25. 20 8月, 2018 1 次提交
  26. 17 8月, 2018 1 次提交
  27. 15 8月, 2018 1 次提交
  28. 14 8月, 2018 5 次提交
  29. 13 8月, 2018 2 次提交
  30. 07 8月, 2018 1 次提交
    • M
      Fix pybind11 problem · 6abe819f
      minqiyang 提交于
      Fix str and bytes problem
      Fix sorted problem
      Fix math problem
      Fix CI problem
      6abe819f