1. 13 11月, 2017 1 次提交
  2. 06 11月, 2017 1 次提交
  3. 29 10月, 2017 1 次提交
    • Q
      support sparse output for lookup table grad op (#5145) · 008f40ce
      QI JUN 提交于
      * add sparse support for sum op
      
      * typo fix
      
      * fix gpu build error
      
      * fix unittest error
      
      * typo fix
      
      * infer var type and shape in op_test
      
      * follow comments
      
      * fix build error
      
      * bypass some unittests depend on NetOp
      
      * support sparse output for lookup table grad op
      
      * refine codes
      
      * fix gpu build error
      
      * fix lookup table grad gpu kernel
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix bug in lookup_table_grad op
      
      * fix bug in test_word2vec
      
      * register double kernel for some operators
      
      * set is_sparse=True in test_word2vec
      
      * fix lookup table grad op CUDA kernel bug
      
      * disable test_modified_huber_loss_op temporarily
      
      * disable test_lstm_unit_op temporarily
      008f40ce
  4. 26 10月, 2017 1 次提交
  5. 17 10月, 2017 1 次提交
  6. 14 10月, 2017 1 次提交
  7. 29 9月, 2017 2 次提交
  8. 28 9月, 2017 1 次提交
  9. 27 9月, 2017 1 次提交
  10. 26 9月, 2017 2 次提交
  11. 23 9月, 2017 2 次提交
  12. 22 9月, 2017 2 次提交
  13. 20 9月, 2017 1 次提交
  14. 19 9月, 2017 1 次提交
  15. 16 9月, 2017 1 次提交
  16. 14 9月, 2017 1 次提交
  17. 13 9月, 2017 1 次提交
  18. 19 8月, 2017 1 次提交
  19. 15 8月, 2017 2 次提交
  20. 07 8月, 2017 2 次提交
  21. 04 8月, 2017 1 次提交
  22. 31 7月, 2017 1 次提交
  23. 25 7月, 2017 1 次提交
  24. 21 7月, 2017 1 次提交
    • Q
      add cross-entropy-op (#2965) · 26857659
      Qiao Longfei 提交于
      * add cross-entropy-op
      
      * add infershape and compute
      
      * implement Infershape and compute of onehotcrossentropy op
      26857659