1. 05 4月, 2022 1 次提交
  2. 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
  3. 29 3月, 2022 1 次提交
  4. 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
  5. 21 3月, 2022 1 次提交
  6. 09 3月, 2022 1 次提交
  7. 08 3月, 2022 1 次提交
  8. 24 2月, 2022 1 次提交
  9. 18 1月, 2022 1 次提交
  10. 22 12月, 2021 1 次提交
  11. 18 11月, 2021 1 次提交
  12. 11 11月, 2021 1 次提交
  13. 03 11月, 2021 1 次提交
  14. 02 11月, 2021 1 次提交
  15. 01 11月, 2021 1 次提交
  16. 27 10月, 2021 1 次提交
  17. 22 10月, 2021 1 次提交
  18. 15 10月, 2021 1 次提交
  19. 13 10月, 2021 1 次提交
  20. 28 9月, 2021 1 次提交
  21. 27 9月, 2021 1 次提交
  22. 26 9月, 2021 1 次提交
    • J
      [new api] add func/class API psroi_pool and UT (#35352) · e45d64ec
      JYChen 提交于
      * add func/class API psroi_pool and UT
      
      * add UT in static mode
      
      * Remove redundant type checks in static mode
      
      * More detailed description for test_psroi_pool_op
      
      * fix code format of UT
      
      * fix en-doc
      e45d64ec
  23. 16 9月, 2021 1 次提交
  24. 10 9月, 2021 1 次提交
    • S
      Fix warning (#34875) · 966f042d
      sunzhongkai588 提交于
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      966f042d
  25. 01 9月, 2021 1 次提交
  26. 28 7月, 2021 1 次提交
  27. 20 7月, 2021 1 次提交
  28. 15 7月, 2021 1 次提交
  29. 25 6月, 2021 1 次提交
  30. 21 6月, 2021 2 次提交
  31. 11 6月, 2021 1 次提交
  32. 10 6月, 2021 1 次提交
  33. 09 6月, 2021 1 次提交
  34. 08 6月, 2021 1 次提交
  35. 07 6月, 2021 1 次提交
  36. 19 5月, 2021 1 次提交
    • G
      Optimize 102Flowers dataset reading speed (#31408) · 67c2700f
      GT-Zhang 提交于
      * Fix slow data reading, In the old version, one epoch read time of this data set was about 5371 seconds(MacBook Pro Retina, 13-inch, Early 2015 2.7 GHz), and a batch took 211 seconds, It's too painful to use. Now decompress the data in advance (about 10 seconds). Each epoch of reading takes about 3 seconds(MacBook Pro Retina, 13-inch, Early 2015 2.7 GHz), and a batch takes 0.017 seconds more.
      
      * Run CI, test=allcase
      
      * fix qq group number. test=document_fix
      
       fix qq group number. test=document_fix
      
      * fix qq group number. test=document_fix 
      
      fix qq group number. test=document_fix
      67c2700f
  37. 30 4月, 2021 1 次提交
    • W
      Support transforms for paddle tensor image (#31970) · 6ab43f7f
      Wenyu 提交于
      * add to_grayscale, normalize
      
      * add rotate
      
      * add vfip and hflip
      
      * add crop center_crop
      
      
      * add padding, support constant, reflect, replicate, circular same as paddle.pad
      
      * add get-image-[n,c,w,h] axis utils
      6ab43f7f
  38. 29 4月, 2021 1 次提交