1. 20 12月, 2022 1 次提交
  2. 16 12月, 2022 1 次提交
  3. 15 12月, 2022 2 次提交
    • [FluidAPI] remove fluid rnn apis (#49050) · 4672ea8e
      骑马小猫 提交于
      * remove lstm api
      
      * remove gru_unit api
      
      * remove lstm in all
      
      * remove beam-search
      
      * remove beam_search slot
      
      * remove lstm test code
      
      * remove fluid.layers.nn api
      
      * update gru-unit
      
      * revert gru_unit white list
      4672ea8e
    • H
      Remove/move 16 fluid APIs (#48377) · e577040e
      HydrogenSulfate 提交于
      * remove density_prior_box
      
      * remove anchor_generator
      
      * remove roi_perspective_transform
      
      * remove generate_proposal_labels
      
      * remove generate_mask_labels
      
      * remove generate_proposals
      
      * remove box_clip
      
      * remove retinanet_detection_output
      
      * remove multiclass_nms
      
      * remove locality_aware_nms
      
      * remove matrix_nms
      
      * remove distribute_fpn_proposals
      
      * remove box_decoder_and_assign
      
      * remove collect_fpn_proposals
      
      * remove 2 trt files
      
      * move prior_box to static/nn/common.py
      
      * move multi_box_head to static/nn/common.py
      
      * fix for CI/CE
      
      * remove retinanet_detection_output
      
      * restore compile_vs_runtime_white_list.py
      
      * restore test_retinanet_detection_output to white list
      
      * replace nn.flatten by paddle.flatten, and fix doc for retinanet_target_assign
      
      * add enable_static in demo and fix bug
      
      * remove roi_perspective_transform in test_layers
      
      * remove multi_box_head
      
      * change self.multiclass_nms to _legacy_C_ops.multiclass_nms
      
      * empty commit
      
      * empty commit
      
      * check code style
      
      * fix prior_box
      
      * fix CI
      
      * remove redundant prior_box in detection.py
      
      * fix docs
      
      * remove detection
      
      * fix prior_box en doc
      
      * delete prior_box in common
      
      * remote proir_box from __init__.py
      e577040e
  4. 14 12月, 2022 1 次提交
  5. 13 12月, 2022 2 次提交
    • G
      [tools] Update summary env (#48627) · 31922692
      gouzil 提交于
      * [tools] remove deprecated api , fix macOS get version error
      
      * [tools] Rename the value that returns null
      
      * [tools] add gcc, clang, cmak, libc version
      
      * [tools] fix cudnn read error
      
      * [tools] add gpu devices list, drive based
      
      * [issue] update 3_build-installation-issue.yml
      
      * [tools] fix get gpu list AttributeError
      31922692
    • C
      remove linear_chain_crf and crf_decoding from fluid (#48996) · aaee07a3
      ccrrong 提交于
      * remove linear_chain_crf and crf_decoding
      aaee07a3
  6. 12 12月, 2022 1 次提交
  7. 09 12月, 2022 1 次提交
  8. 08 12月, 2022 3 次提交
  9. 05 12月, 2022 2 次提交
    • R
      Replace mutable_data with DeviceContext.Alloc in phi kernels (#48500) · 34a957e3
      Ruibiao Chen 提交于
      * Replace mutable_data with DeviceContext.Alloc in phi kernels
      
      * Fix CI errors
      
      * Fix CI errors
      
      * Fix CI errors, test=kunlun
      
      * Fix CI errors, test=kunlun
      
      * Handle rnn_functor
      
      * Update approvals
      34a957e3
    • Y
      [Add Approve Check]Check standardized API and Yaml Op (#48565) · 5c9bbe89
      YuanRisheng 提交于
      * check standard api
      
      * test approve,test=document_fix
      
      * test approve
      
      * perfect approve msg
      
      * test_approve
      
      * test_approve
      
      * test_approve
      
      * approve test
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * fix bugs,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      
      * test approve,test=document_fix
      5c9bbe89
  10. 01 12月, 2022 1 次提交
  11. 29 11月, 2022 3 次提交
  12. 28 11月, 2022 1 次提交
  13. 24 11月, 2022 1 次提交
  14. 15 11月, 2022 1 次提交
  15. 11 11月, 2022 1 次提交
  16. 10 11月, 2022 1 次提交
  17. 09 11月, 2022 1 次提交
    • N
      [CodeStyle][py2] remove unnecessary u-prefix in string literal (#47727) · 433e67bd
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove unnecessary u-prefix in string literal
      
      * `"{}".format(x)` -> `x`
      
      * remove duplicated dtype literals
      
      * revert changes in data_feeder.py
      
      * remove u-prefix in data_feeder
      
      * revert remove duplicated dtype literals in data_feeder
      
      * remove unnecessary convert to str
      
      * for test
      
      * add some comments
      
      * refine comment
      
      * restore a removed str conversion
      
      * re-trigger all ci, empty commit
      433e67bd
  18. 08 11月, 2022 1 次提交
  19. 07 11月, 2022 2 次提交
  20. 04 11月, 2022 2 次提交
    • R
      Fix bug (#47621) · ef67c8a8
      risemeup1 提交于
      * 修改.gitigore文件,把ljd_sh文件忽略掉
      
      * 取消ljd_sh文件忽略
      
      * fix ci bug
      
      * fix windows ci bug
      
      * fix bug ci
      
      * fix bug test
      
      * fix bug test
      ef67c8a8
    • J
      fix #47629 (#47663) · c2483af6
      jzhang533 提交于
      relax regular expression for checking error message
      c2483af6
  21. 03 11月, 2022 1 次提交
  22. 02 11月, 2022 4 次提交
  23. 01 11月, 2022 3 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
    • N
      [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True` (#47464) · 5a2ab683
      Nyakku Shigure 提交于
      * [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True`
      
      * revert changes in fluid
      
      * revert unrelated file
      
      * revert changes in norm
      
      * revert changes in auto_parallel_amp
      
      * fix norm and auto_parallel_amp
      
      * revert a typo fix due to fixed at #47477
      5a2ab683
    • R
      Filter npu xpu mlu ipu file (#47512) · 3097a66d
      risemeup1 提交于
      * 修改.gitigore文件,把ljd_sh文件忽略掉
      
      * 取消ljd_sh文件忽略
      
      * filter npu xpu mlu ipu file
      
      * filter xpu npu mlu ipu files
      
      * filter npu xpu mlu ipu file
      3097a66d
  24. 31 10月, 2022 2 次提交
  25. 30 10月, 2022 1 次提交
    • R
      Fix gen cmake (#47457) · 605b3f98
      Roc 提交于
      * maping from dist name scope to single name scope
      
      * update
      
      * fix gen cmake
      
      * support runtype is '' when using test_runner.py
      
      * Revert "fix gen cmake"
      
      This reverts commit d7a653d33aeacb8bb4a13957c9961ed9f626a18f.
      
      * update gen-ut-cmakelist; test=document_fix
      
      * revert code; test=document_fix
      605b3f98