1. 15 11月, 2017 2 次提交
  2. 13 11月, 2017 1 次提交
  3. 11 11月, 2017 2 次提交
    • D
      "fix ci failed" (#5567) · 23b9bc0a
      dzhwinter 提交于
      * "fix ci failed"
      
      * "comment out seq_concate op to unblock PRs"
      23b9bc0a
    • E
      Fixing duplicate struct name TensorSetConstant. (#5532) · 58b4c9af
      emailweixu 提交于
      TensorSetConstant struct is used both in math_function.cc and math_function.cu. Somehow the release version can correctly handle it. But in debug version, set_constant_with_place() in math_function.cu uses the TensorSetConstant in math_function.cc and causes crash.
      58b4c9af
  4. 10 11月, 2017 3 次提交
  5. 09 11月, 2017 1 次提交
  6. 08 11月, 2017 5 次提交
  7. 07 11月, 2017 2 次提交
  8. 06 11月, 2017 2 次提交
  9. 04 11月, 2017 2 次提交
  10. 03 11月, 2017 2 次提交
  11. 02 11月, 2017 3 次提交
  12. 01 11月, 2017 1 次提交
  13. 31 10月, 2017 2 次提交
  14. 30 10月, 2017 1 次提交
  15. 29 10月, 2017 2 次提交
    • D
      Use fixed activation in the lstm kernel, since there is some bug in the... · b50c33fd
      dangqingqing 提交于
      Use fixed activation in the lstm kernel, since there is some bug in the activation function pointer. It will be fixed later.
      b50c33fd
    • 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
  16. 27 10月, 2017 2 次提交
    • C
      sss · b9edcc4a
      chengduoZH 提交于
      b9edcc4a
    • Q
      add sparse support for sum op (#5093) · 7f8574c0
      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
      7f8574c0
  17. 26 10月, 2017 7 次提交