1. 14 6月, 2018 1 次提交
  2. 13 6月, 2018 2 次提交
  3. 11 6月, 2018 2 次提交
  4. 06 6月, 2018 2 次提交
  5. 05 6月, 2018 1 次提交
  6. 01 6月, 2018 1 次提交
  7. 02 4月, 2018 1 次提交
  8. 29 3月, 2018 1 次提交
  9. 28 3月, 2018 1 次提交
  10. 18 3月, 2018 1 次提交
  11. 15 3月, 2018 2 次提交
    • D
      [Speed]implement cudnn sequence softmax cudnn (#8978) · 128adf53
      dzhwinter 提交于
      * "add softmax cudnn functor support"
      
      * "add testing"
      
      * "refine cmakelist"
      
      * "sequence softmax forward speed up"
      
      * "add softmax grad"
      
      * "fix sequence softmax test"
      
      * "add double precision'
      
      * "fix softmax test"
      
      * "add softmax cudnn support"
      
      * "fix softmax cudnn test"
      
      * "add softmax to nn.py"
      
      * "fix compile bug"
      
      * "refine cmakelist"
      
      * "fix ci"
      
      * "fix based on comment"
      
      * "fix based on comments"
      
      * "fix ci"
      128adf53
    • D
      "exported scatter to python" (#9038) · 71400711
      dzhwinter 提交于
      * "exported scatter to python"
      
      * Revert ""exported scatter to python""
      
      This reverts commit 38745a62.
      
      * "polish scatter and export to python"
      71400711
  12. 13 3月, 2018 1 次提交
  13. 24 2月, 2018 1 次提交
  14. 16 2月, 2018 1 次提交
  15. 12 2月, 2018 1 次提交
  16. 09 2月, 2018 1 次提交
  17. 07 2月, 2018 1 次提交
  18. 02 2月, 2018 1 次提交
  19. 31 1月, 2018 1 次提交
  20. 23 1月, 2018 1 次提交
    • Y
      fix ci. · dcb5a1ed
      ying 提交于
      dcb5a1ed
  21. 22 1月, 2018 3 次提交
  22. 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
  23. 19 1月, 2018 1 次提交
  24. 18 1月, 2018 1 次提交
  25. 15 1月, 2018 3 次提交
  26. 12 1月, 2018 2 次提交
  27. 11 1月, 2018 1 次提交
  28. 10 1月, 2018 1 次提交
  29. 03 1月, 2018 1 次提交
  30. 19 12月, 2017 1 次提交
  31. 14 12月, 2017 1 次提交
    • Y
      Make layers as a python module (#6564) · e0698e33
      Yu Yang 提交于
      * Make cast op support bool
      
      Also add `elemwise_sub/mul/abs/clip` layers
      
      * Make fuild.layers as a module
      
      * Move layers as a module
      
      * Split layers.py into layers module
      
      * Fix CI
      
      * Fix CI
      e0698e33