1. 09 10月, 2020 2 次提交
  2. 04 10月, 2020 1 次提交
    • Y
      Polish the error message of fc, fused_fc_elementwise_layernorm and... · 65207b45
      Yiqun Liu 提交于
      Polish the error message of fc, fused_fc_elementwise_layernorm and fused_embedding_seq_pool. (#27692)
      
      * Polish the error message of fc_op.
      
      * Polish the error message of fused_fc_elementwise_layer_norm op.
      
      * Polish an error message in fused_embedding_seq_pool_op.
      65207b45
  3. 01 10月, 2020 3 次提交
  4. 30 9月, 2020 5 次提交
  5. 29 9月, 2020 11 次提交
  6. 28 9月, 2020 16 次提交
  7. 27 9月, 2020 2 次提交
    • D
      Error message opt, test=develop (#27467) · 9d783aed
      Double_V 提交于
      * Error message opt, test=develop
      
      * solve comments, test=develop
      
      * fix typo, test=develop
      9d783aed
    • L
      add support to float64 input of warpctc op. (#27399) · 1501a80f
      Li Fuchen 提交于
      * add float64 input to ctc_loss
      
      * modified error message of  warpctc
      
      * update repo and tag of warpctc
      
      * add test for warpctc with float64 input
      
      * modified warpctc.cmake to make sure build always
      
      * resolved sample code bug of warpctc
      
      * add core.ops in warpctc dygraph
      
      * fix a bug of test
      1501a80f