1. 28 6月, 2022 1 次提交
  2. 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
  3. 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
  4. 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
  5. 31 5月, 2022 1 次提交
  6. 13 5月, 2022 1 次提交
  7. 12 5月, 2022 2 次提交
  8. 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
  9. 10 5月, 2022 1 次提交
  10. 05 5月, 2022 1 次提交
  11. 29 4月, 2022 1 次提交
  12. 28 4月, 2022 1 次提交
  13. 25 4月, 2022 1 次提交
  14. 23 4月, 2022 1 次提交
  15. 21 4月, 2022 1 次提交
  16. 13 4月, 2022 1 次提交
  17. 06 4月, 2022 1 次提交
    • Z
      Add some op yaml (#41173) · 176df91c
      zyfncg 提交于
      * add real and imag yaml
      
      * add roi_align and roi_pool yaml
      
      * add qr yaml
      
      * add psroi_pool yaml
      
      * fix bug
      
      * fix param bug of psroi_pool
      
      * fix infrt problem
      
      * fix merge bug
      176df91c
  18. 05 4月, 2022 2 次提交
  19. 01 4月, 2022 1 次提交
    • H
      Add basic yaml backward (#40751) · 98303291
      hong 提交于
      * fix error; test=develop
      
      * update
      
      * close some yaml
      
      * fix backward attrite error; test=develop
      
      * add div test
      
      * polish code; test=develop
      
      * update
      
      * update
      
      * fix bug
      
      * update bitwise code; test=develop
      
      * update
      
      * update
      
      * fix some bug
      
      * update
      
      * revert cmakelist
      
      * fix optional bug;
      
      * fix bug
      
      * fix bug;
      
      * add backward test
      
      * open bn
      
      * update
      
      * update
      
      * revert eager_gen
      
      * polish code
      
      * fix topk error
      
      * update
      
      * update
      
      * fix bug;
      
      * move label smooth, nll loss
      
      * revert topk
      
      * fix topk label smooth bug;
      
      * remove batch_norm
      
      * remove topk
      
      * change flip infer meta
      
      * fix flip bug
      
      * update yaml
      
      * close abs
      
      * fix histogram bug
      
      * fix histogram bug
      
      * add abs
      
      * fix histogram kernel
      
      * remove expand
      98303291
  20. 29 3月, 2022 1 次提交
  21. 25 3月, 2022 2 次提交
    • L
      fix paddle.vision.transforms.Resize en docs (#40719) · 236a3bc5
      Liyulingyue 提交于
      * Update transforms.py
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Update functional.py
      236a3bc5
    • J
      Refactor Dygraph Flags (#40786) · 3085d5e4
      Jiabin Yang 提交于
      * refactor eager flags
      
      * fix flags error when we switch from eager to dygraph
      
      * fix ci problem
      
      * fix ci
      
      * fix ci
      
      * merge develop and fix code style
      
      * merge develop and fix code style
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * merge develop
      3085d5e4
  22. 21 3月, 2022 1 次提交
  23. 09 3月, 2022 1 次提交
  24. 08 3月, 2022 1 次提交
  25. 24 2月, 2022 1 次提交
  26. 18 1月, 2022 1 次提交
  27. 22 12月, 2021 1 次提交
  28. 18 11月, 2021 1 次提交
  29. 11 11月, 2021 1 次提交
  30. 03 11月, 2021 1 次提交
  31. 02 11月, 2021 1 次提交
  32. 01 11月, 2021 1 次提交
  33. 27 10月, 2021 1 次提交
  34. 22 10月, 2021 1 次提交