1. 25 5月, 2017 1 次提交
  2. 03 5月, 2017 1 次提交
  3. 02 5月, 2017 1 次提交
  4. 27 4月, 2017 2 次提交
  5. 14 3月, 2017 1 次提交
  6. 04 3月, 2017 1 次提交
  7. 24 1月, 2017 2 次提交
  8. 18 1月, 2017 1 次提交
    • backyes's avatar
      fix bug: · b6dfd289
      backyes 提交于
      * update function can not be inherited since updateImpl exsits
      * remove update implementation in one inherited updater
      b6dfd289
  9. 11 1月, 2017 1 次提交
  10. 06 1月, 2017 1 次提交
  11. 05 1月, 2017 2 次提交
  12. 04 1月, 2017 1 次提交
  13. 03 1月, 2017 3 次提交
  14. 27 12月, 2016 1 次提交
  15. 25 12月, 2016 1 次提交
  16. 20 12月, 2016 3 次提交
  17. 16 12月, 2016 4 次提交
  18. 15 12月, 2016 3 次提交
  19. 14 12月, 2016 2 次提交
  20. 12 12月, 2016 1 次提交
  21. 09 12月, 2016 1 次提交
  22. 05 12月, 2016 4 次提交
  23. 01 12月, 2016 1 次提交
    • X
      Fix --job=test · 66520f8b
      xuwei06 提交于
      When the define_py_data_sources2 has both train_list and test_list,
      for job=test, the trainer will create both dataProvider_ and testDataProvider_.
      But dataProvider_ is not used. This causes SIGSEGV at finishAsync() because asyncLoader_ is not created.
      
      Change-Id: If579f715f80a70ebc795094792c3436bfa0f5746
      66520f8b
  24. 28 11月, 2016 1 次提交
    • W
      Redesign test_period meaning: · 1f743d38
      wangyanfei01 提交于
       * always do test on all test data
       * do test at the end of each pass if test_period=0, otherwise do test if test_period batches passed
      1f743d38