1. 03 5月, 2018 1 次提交
  2. 28 4月, 2018 1 次提交
  3. 27 4月, 2018 2 次提交
  4. 24 4月, 2018 1 次提交
  5. 19 4月, 2018 4 次提交
  6. 17 4月, 2018 3 次提交
  7. 14 4月, 2018 3 次提交
  8. 13 4月, 2018 2 次提交
  9. 12 4月, 2018 1 次提交
  10. 11 4月, 2018 1 次提交
  11. 09 4月, 2018 2 次提交
  12. 06 4月, 2018 1 次提交
  13. 04 4月, 2018 5 次提交
  14. 31 3月, 2018 1 次提交
    • Y
      Add cpplint pre-commit hook (#9511) · 767f453a
      Yi Wang 提交于
      * Add cpplint_pre_commit.hook
      
      * Update hook
      
      * Disable dropout_op_test.cc
      
      * Remove cpplint.py but requires users to install their version
      
      * fix cpplint error
      767f453a
  15. 14 3月, 2018 1 次提交
  16. 06 3月, 2018 1 次提交
    • X
      Improve profiler · cf6244c1
      Xin Pan 提交于
      smaller binary proto
      avoid untrackable kernel
      cf6244c1
  17. 02 3月, 2018 2 次提交
  18. 01 3月, 2018 2 次提交
  19. 17 2月, 2018 1 次提交
  20. 15 2月, 2018 1 次提交
    • X
      Add a script to bisect to a culprit commit. · 501f4bd2
      Xin Pan 提交于
      I expect that we need it to:
      1. Find flaky test commit.
      2. Find regression commit.
      Disable test is dangerous. We should first try to find the culprit commit
      and fix it or revert it.
      
      I managed to find 3d1ac72a (between 279aa626 and 67731297) that causes
      the recent failure of test_rnn_encoder_decoder.
      501f4bd2
  21. 12 2月, 2018 2 次提交
  22. 22 1月, 2018 1 次提交
  23. 21 1月, 2018 1 次提交
    • D
      "fix decode bug" (#7711) · e983cc90
      dzhwinter 提交于
      * "fix decode bug"
      
      * "follow commnet"
      
      * "fix error"
      
      * "fix hook bug"
      
      * fix based comment
      
      * fix copyright
      
      * fix based on comment
      e983cc90