1. 15 9月, 2020 5 次提交
  2. 14 9月, 2020 10 次提交
  3. 13 9月, 2020 1 次提交
  4. 12 9月, 2020 2 次提交
    • L
      Fix GRU mkldnn kernel fail on look_table_v2 (#27198) · 5c4eed66
      lidanqing 提交于
      * Fix the lookup_table_v2 failed on GRU mkldnn kernel issue
      test=develop
      
      * fix according to reviews, removed x_num_col_dims
      test=develop
      
      * update gru model. change according to reviews
      test=develop
      
      * change according to reviews
      test=develop
      5c4eed66
    • L
      Add details to the summary for show more error informations (#27165) · 7745ad55
      LoveAn 提交于
      * Add details to the summary and test it, test=document_fix
      
      * Add set +e before example, test=document_fix
      
      * Remove test code, test=document_fix
      
      * Optimize summary information and test it, test=document_fix
      
      * Remove test code, test=document_fix
      7745ad55
  5. 11 9月, 2020 4 次提交
  6. 10 9月, 2020 10 次提交
  7. 09 9月, 2020 5 次提交
  8. 08 9月, 2020 3 次提交
    • myq406450149's avatar
      fix Norm op error (#26771) · 4558d395
      myq406450149 提交于
      
      * fix frobenius_norm error, rm p=0 2-axis support. test=develop
      
      4558d395
    • L
      Fix kl and summary bug (#27132) · 4d7d6612
      LielinJiang 提交于
      * fix summary rnn
      
      * fix kl_div bug when input shape is [1] and reduction is batchmean
      4d7d6612
    • W
      Error msg/polish tensor error msg (#26976) · 13804ed8
      WeiXin 提交于
      * polish one line error message in tensor.cc
      
      * polish error messages in tensor.cc,tensor.h tensor_impl.h
      
      * polish error messages in tensor.cc tensor.h tensor_impl.h
      
      * polish error messages in tensor.cc,tensor.h tensor_impl.h
      
      * polish error messages in tensor.cc tensor.h tensor_impl.h tensor_test.cc
      
      * polish error messages in tensor.cc tensor.h tensor_impl.h
      13804ed8