1. 06 1月, 2021 2 次提交
  2. 05 1月, 2021 3 次提交
  3. 04 1月, 2021 1 次提交
  4. 31 12月, 2020 6 次提交
  5. 30 12月, 2020 1 次提交
    • T
      fix ut (#29989) · ed856d25
      tangwei12 提交于
      * fix ut
      
      Change-Id: I151e152919a1863db07792bffb42d0ca68995756
      ed856d25
  6. 29 12月, 2020 2 次提交
  7. 28 12月, 2020 4 次提交
    • X
      clean redundant API alias in 2.0 - part 1 (#29928) · 726c78f2
      XiaoguangHu 提交于
      * rm check_import_scipy, rm chunk_eval and mean_iou in paddle.metric.__init__.py
      
      * Revert "rm check_import_scipy, rm chunk_eval and mean_iou in paddle.metric.__init__.py"
      
      This reverts commit 179ba8c2b22bc31fe8d8a126e31820792cbd0f4e.
      
      * delete paddle.metric.chunk_eval and paddle.metric.mean_iou
      
      * delete paddle.nn.clip and paddle.nn.clip_by_norm
      
      * delete paddle.nn.functional.activation.hard_sigmoid and paddle.nn.functional.activation.hard_swish
      
      * delete paddle.nn.Pool2D, paddle.nn.BilinearTensorProduct, paddle.nn.RowConv, paddle.nn.functional.row_conv
      
      * fix extension import error
      
      * fix unittest for row_conv and Pool2D
      726c78f2
    • L
      [Windows CI test] Enable unittest test_optimizer_in_control_flow and remove... · 14bd77f9
      liym27 提交于
      [Windows CI test] Enable unittest test_optimizer_in_control_flow and remove unnecessay code (#29851)
      
      14bd77f9
    • L
      fix reg api ut fail (#29921) · 5c162fe6
      littletomatodonkey 提交于
      5c162fe6
    • L
      fix optimizer dtype (#29917) · a4b9daf9
      Leo Chen 提交于
      a4b9daf9
  8. 26 12月, 2020 1 次提交
  9. 25 12月, 2020 8 次提交
  10. 24 12月, 2020 6 次提交
  11. 23 12月, 2020 3 次提交
  12. 22 12月, 2020 3 次提交
    • C
      fix unittest timeout (#29820) · c4eb5d03
      ceci3 提交于
      c4eb5d03
    • C
      change grad elementwise_mul for complex types (#29757) · ddfc3d2c
      chentianyu03 提交于
      * add conj op for complex types
      
      * add conj for complex types
      
      * add more test case
      
      * add conj_op test
      
      * modify conj api and impl
      
      * add complex type for fill_constant_op xpu
      
      * add setConstant for complex type
      
      * remove complex conj test file
      
      * user define grad for test_conj_op
      
      * add test case for static mode of conj api
      
      * modify conj doc
      
      * change input args name to x
      
      * remove useless codes
      
      * conj support real types
      
      * add conj test case for real number
      
      * delete no need to calculate inputs in dygraph op_test
      
      * delete no need to calculate inputs in dygraph op_test
      
      * modify grad of mul for complex types
      
      * fix the grads of inputs args order not match bug
      ddfc3d2c
    • C
      change the grad of div when complex types (#29804) · 2a260d9b
      chentianyu03 提交于
      * change the grad of div when complex types
      
      * fix the grads of inputs args order not match bug
      2a260d9b