1. 15 5月, 2020 2 次提交
    • L
      Support int32 int64 and fix bug (#24407) · 615a8bfc
      liym27 提交于
      * Compatible int32 and int64 for attr in op slice/strided_slice. test=develop
      
      * Polish code in nn.py  test=develop
      
      * Fix bug: set the same dtype for the inputs of elementwise_add. test=develop
      
      * Convert int32 to int64 in slice op to avoid data overflow. test=develop
      
      * Convert int32 to int64 in strided_slice_op to avoid data overflow. test=develop
      615a8bfc
    • L
      Improving error reporting messages for ops (#24438) · a13a4dbc
      lilong12 提交于
      * improve error reporting message
      a13a4dbc
  2. 14 5月, 2020 5 次提交
  3. 13 5月, 2020 7 次提交
  4. 12 5月, 2020 1 次提交
  5. 07 5月, 2020 1 次提交
  6. 06 5月, 2020 1 次提交
    • X
      Fix error info (#23891) · fff5cfa3
      Xing Wu 提交于
      * fix error info for rnn related api
      
      * passed local test, test=develop
      
      * double check the code
      
      * double check the code, test=develop
      
      * update 'shape' check in RNNCell, test=develop
      
      * add long dtype to RNNCell
      
      * fix long type in python3
      Co-authored-by: NXingWu01 <wuxing@iie.ac.cn>
      fff5cfa3
  7. 30 4月, 2020 1 次提交
  8. 29 4月, 2020 1 次提交
  9. 28 4月, 2020 2 次提交
  10. 27 4月, 2020 1 次提交
  11. 26 4月, 2020 1 次提交
  12. 25 4月, 2020 1 次提交
  13. 24 4月, 2020 1 次提交
  14. 23 4月, 2020 1 次提交
  15. 22 4月, 2020 1 次提交
  16. 20 4月, 2020 1 次提交
  17. 19 4月, 2020 1 次提交
  18. 18 4月, 2020 2 次提交
  19. 17 4月, 2020 3 次提交
  20. 15 4月, 2020 2 次提交
    • D
      API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder)... · b4daea13
      Double_V 提交于
      API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder) error message enhancement (#23794)
      
      * error message enchanced, test=develop
      
      * error message enchanced for APIs, test=develop
      
      * error message enhanced for roi_pool, test=develop
      
      * update added code, test=develop
      
      * update fluid/input.py, test=develop
      
      * update fluid/input.py ,test=develop
      
      * fix code style, test=develop
      
      * fix lower converage, test=develop
      
      * error message enhanced for roi pool, test=develop
      b4daea13
    • Q
      fix bug in reduce op (#23795) · 47629418
      Qinghe JING 提交于
      * fix bug in reduce op test=develop
      
      * fix bug in reduce op test=develop
      47629418
  21. 14 4月, 2020 4 次提交