1. 01 3月, 2017 1 次提交
  2. 28 2月, 2017 3 次提交
  3. 09 1月, 2017 1 次提交
  4. 06 1月, 2017 1 次提交
  5. 22 12月, 2016 1 次提交
    • P
      Fix data provider bug in srl demo · 9baf7fc4
      Peng Li 提交于
      Once encoutering a single sample whose size is larger than batch size,
      the provider will yield empty batch and terminate the current pass unexpectedly
      if can_over_batch_size=False.
      9baf7fc4
  6. 16 12月, 2016 1 次提交
  7. 14 12月, 2016 1 次提交
  8. 12 12月, 2016 1 次提交
  9. 09 12月, 2016 1 次提交
  10. 05 12月, 2016 1 次提交
  11. 28 11月, 2016 2 次提交
  12. 25 11月, 2016 1 次提交
  13. 24 11月, 2016 1 次提交
  14. 21 11月, 2016 1 次提交
  15. 16 11月, 2016 2 次提交
  16. 15 11月, 2016 3 次提交
  17. 13 11月, 2016 1 次提交
  18. 12 11月, 2016 1 次提交
  19. 09 11月, 2016 1 次提交
  20. 07 11月, 2016 1 次提交
    • Y
      Fix SRL hang when exit. (#291) · e05f4ff2
      Yu Yang 提交于
      * Fix SRL hang when exit.
      
      * Error occurred when enable Async Load in TestDataProvider.
        * It because DataProvider is calling getNextBatchInternal in one thread, and destructing DataProvider in other thread.
        * Add wait routine in DataProvider destructing.
      * Also fix another bug, when destructing TestDataProvider and do not read any test data.
      
      Fix #286
      
      * Follow comments, Use mutex is cool!
      e05f4ff2
  21. 09 9月, 2016 1 次提交
  22. 30 8月, 2016 1 次提交
  23. 29 8月, 2016 1 次提交