1. 07 1月, 2021 3 次提交
  2. 06 1月, 2021 10 次提交
  3. 05 1月, 2021 8 次提交
  4. 04 1月, 2021 2 次提交
  5. 31 12月, 2020 7 次提交
  6. 30 12月, 2020 3 次提交
  7. 29 12月, 2020 5 次提交
  8. 28 12月, 2020 2 次提交
    • W
      fix the state_dict bug for the xpu (#29888) · 587b67ef
      wawltor 提交于
      fix the state_dict bug for the xpu
      587b67ef
    • 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