1. 03 11月, 2022 2 次提交
  2. 01 11月, 2022 2 次提交
  3. 31 10月, 2022 1 次提交
  4. 24 10月, 2022 1 次提交
  5. 23 10月, 2022 1 次提交
  6. 19 10月, 2022 2 次提交
  7. 10 10月, 2022 2 次提交
  8. 28 9月, 2022 1 次提交
  9. 27 9月, 2022 1 次提交
  10. 22 9月, 2022 1 次提交
    • Fix the En docs (delete some expression like 'This OP') (#46165) · 3a928a8c
      张春乔 提交于
      * 1. Delete some expression like 'This Op'
      2. remove import numpy as np
      
      * test=document_fix
      
      * fix eg; test=document_fix
      
      * fix 'import numpy' cases; test=document_fix
      
      * fix 'import numpy' cases; test=document_fix
      
      * fix some docs; test=document_fix
      
      * delete raise; test=document_fix
      
      * add some introduction; test=document_fix
      
      * add some introduction; test=document_fix
      
      * test=document_fix
      
      * Fix ’note‘ format; test=document_fix
      
      * Fix Returns of cholesky; test=document_fix
      
      * Fix Example format; test=document_fix
      
      * Fix det; test=document_fix
      
      * Fix eig; test=document_fix
      
      * Fix eigh; test=document_fix
      
      * Fix eigh; test=document_fix
      
      * Apply suggestions from code review;test = document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * Apply suggestions from code review;test = document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * Apply suggestions from code review;test = document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * test=document_fix
      
      * test=document_fix
      
      * KLDiv;test=document_fix
      
      * norm example code; test=document_fix
      
      * revert python/paddle/fluid/**/*
      
      * revert python/paddle/distributed/spawn.py
      
      * revert python/paddle/fluid/*
      
      * fix a `Note` format
      
      * Fix inv; test=document_fix
      
      * Fix lu; test=document_fix
      
      * Fix lu_unpack; test=document_fix
      
      * Fix matrix_power; test=document_fix
      
      * Fix multi_dot; test=document_fix
      
      * Fix solve; test=document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      3a928a8c
  11. 19 9月, 2022 1 次提交
  12. 14 9月, 2022 1 次提交
  13. 26 8月, 2022 1 次提交
  14. 23 8月, 2022 1 次提交
  15. 04 8月, 2022 2 次提交
    • N
      [Docs][en] adjust code example format (#44679) · d5de7886
      Nyakku Shigure 提交于
      * add name attribute to code-block, test=document_fix
      
      * remove redundant labels, test=document_fix
      
      * remove redundant labels (from upstream), test=document_fix
      
      * more COPY-FROM (try multiple code example), test=document_fix
      
      * empty commit, try to trigger PR-CI-build
      
      * fix some `Examples:` format issues
      
      * fix some ci errors
      d5de7886
    • Z
      Phi generate_proposals_v2 (#44436) · 566c80ff
      zhiboniu 提交于
      * phi_generate_proposals_v2
      
      * remove old kernels
      
      * optest add eager_check
      
      * del lod
      
      * update
      
      * update
      
      * update test_detection with_lod
      
      * update nms_util
      
      * remove old nms_util.h
      566c80ff
  16. 03 8月, 2022 2 次提交
    • W
      [Phi] mv decode_jpeg (#44645) · a2265028
      wuyefeilin 提交于
      * mv kernel
      
      * mv infershape
      
      * mv yaml
      
      * update some
      
      * maintain decoe_jpeg in old dygraph
      
      * fix as review
      
      * rm decode_jpeg_op.cu
      
      * update for rocm
      a2265028
    • Z
      Phi matrixnums (#44437) · 02414aac
      zhiboniu 提交于
      * phi_matrix_nms
      
      * remove old kernels and add optest check_eager
      
      * reoder args
      
      * reoder args in infermate
      
      * update
      
      * get back legacy dygraph
      02414aac
  17. 02 8月, 2022 1 次提交
  18. 01 8月, 2022 1 次提交
    • T
      [operator migration] Migrate unstack_op and nms_op (#44424) · 9d2e0ecb
      Thomas Young 提交于
      * update unstack_op
      
      * update unstack_op
      
      * update unstack_op
      
      * fix unstack test
      
      * update unstack
      
      * update with remote
      
      * fix unstack_test.py
      
      * temp_save_change_nms_op
      
      * add nms test
      
      * update nms fix
      
      * update unstack_op
      
      * temp save change
      
      * finish fix nms_op
      
      * pass nms test
      
      * fix CI
      
      * fix ops test
      
      * save change
      
      * fix code style
      
      * fix code style
      
      * fix ci and codestyle
      
      * fix ci
      Co-authored-by: NShiningZhang <zhang_liang1991@126.com>
      9d2e0ecb
  19. 27 7月, 2022 1 次提交
  20. 19 7月, 2022 2 次提交
  21. 28 6月, 2022 1 次提交
  22. 23 6月, 2022 2 次提交
    • N
      fix paddle.vision.datasets.* en docs (#43649) · 1fca8f33
      Nyakku Shigure 提交于
      * rewrite all code examples, test=document_fix
      
      * refine arguments, test=document_fix
      
      * fix desc format error, test=document_fix
      
      * capitalize the first letter, test=document_fix
      
      * refine api desc, test=document_fix
      
      * fix wrong COPY-FROM label in Model docs, test=document_fix
      
      * refine returns, test=document_fix
      
      * refine returns, test=document_fix
      
      * add a blank line in code block, test=document_fix
      1fca8f33
    • N
      fix paddle.vision.models.* en (#43636) · fdcb57fb
      Nyakku Shigure 提交于
      * add outputs for code examples, test=document_fix
      
      * missing code example update, test=document_fix
      
      * missing returns, test=document_fix
      
      * fix the case of proper nouns, test=document_fix
      
      * fix SqueezeNet code example (add a blank line), test=document_fix
      
      * fix ShuffleNetV2 args style, test=document_fix
      
      * missing paper links, test=document_fix
      
      * missing `optional`, test=document_fix
      
      * refine parameter `pretrained`, test=document_fix
      
      * add parameter `kwargs`, test=document_fix
      
      * refine parameter `num_classes`, test=document_fix
      
      * capitalize the first letter, test=document_fix
      
      * missing output of code example, test=document_fix
      
      * fix wrong api label, test=document_fix
      
      * refine returns, test=document_fix
      
      * add missing `.` after paper link, test=document_fix
      
      * remove extra `:`, test=document_fix
      
      * :math:\`0.0\`, test=document_fix
      fdcb57fb
  23. 17 6月, 2022 2 次提交
    • L
      fix en docs of paddle.vision.transforms.Normalize,... · 4ba2023e
      Liyulingyue 提交于
      fix en docs of paddle.vision.transforms.Normalize, paddle.vision.models.alexnet, paddle.vision.models.mobilenet, ops apis  (#42380)
      
      * Normalize; test=document_fix
      
      * alexnet; test=document_fix
      
      * alexnet; test=document_fix
      
      * vgg; test=document_fix
      
      * mobilenetv2; test=document_fix
      
      * mobilenetv1; test=document_fix
      
      * alexnet; test=document_fix
      
      * PSRoIPool; test=document_fix
      
      * psroi_pool; test=document_fix
      
      * roi_align; test=document_fix
      
      * RoIAlign; test=document_fix
      
      * alexnet; test=document_fix
      
      * MobileNetV1; test=document_fix
      
      * mobilenetv2;test=document_fix
      
      * vgg; test=document_fix
      
      * psroi_pool;test=document_fix
      
      * ops; test=document_fix
      
      * Normalize;test=document_fix
      
      * normlize;test=document_fix
      
      * Update alexnet.py
      
      * for ci;test=document_fix
      
      * for ci;test=document_fix
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      4ba2023e
    • N
      update ResNet en docs (#43523) · db9088be
      Nyakku Shigure 提交于
      * add `Returns`
      
      * refine en doc
      
      * refine parameter `pretrained`, test=document_fix
      db9088be
  24. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  25. 31 5月, 2022 1 次提交
  26. 13 5月, 2022 1 次提交
  27. 12 5月, 2022 2 次提交
  28. 11 5月, 2022 2 次提交
    • F
      [New API] add API paddle.vision.transforms.RandomPerspective and... · 754820fe
      Feng Ni 提交于
      [New API] add API paddle.vision.transforms.RandomPerspective and paddle.vision.transforms.perspective (#42390)
      
      * add RandomPerspective and perspective
      
      * fix UT, clean codes
      
      * fix UT
      
      * add batch transform
      
      * remove batch in tensor func
      
      * fix typos and coments, test=develop
      754820fe
    • F
      [New API] add API paddle.vision.transforms.RandomAffine and... · cbb8df78
      Feng Ni 提交于
      [New API] add API paddle.vision.transforms.RandomAffine and paddle.vision.transforms.affine (#42278)
      
      * add affine codes
      
      * adjustment codes
      
      * fix test case
      
      * fix F_cv2.affine
      
      * clean codes, add UT
      
      * fix UT
      
      * fix UT
      
      * fix UT shear
      
      * add functional test_errors
      
      * fix typos and coments, test=develop
      cbb8df78
  29. 10 5月, 2022 1 次提交