1. 10 10月, 2022 1 次提交
  2. 27 9月, 2022 1 次提交
  3. 14 9月, 2022 1 次提交
  4. 23 6月, 2022 1 次提交
    • 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
  5. 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
  6. 18 11月, 2021 1 次提交
  7. 20 7月, 2021 1 次提交
  8. 21 6月, 2021 2 次提交
  9. 11 6月, 2021 1 次提交
  10. 10 6月, 2021 1 次提交
  11. 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
  12. 27 4月, 2021 1 次提交
    • X
      Support list and tuple for args. (#32344) · a08a118d
      xiemoyuan 提交于
      * Support list and tuple for parameters of layer_norm, multiprocess_reader, DatasetFolder and ImageFolder.
      
      * add unittest for layer_norm.
      
      * add require gpu for example.
      a08a118d
  13. 02 2月, 2021 1 次提交
  14. 20 1月, 2021 1 次提交
  15. 15 1月, 2021 1 次提交
  16. 13 1月, 2021 1 次提交
  17. 02 12月, 2020 1 次提交
  18. 30 11月, 2020 1 次提交
  19. 24 11月, 2020 1 次提交
  20. 18 11月, 2020 1 次提交
  21. 04 11月, 2020 1 次提交
  22. 30 10月, 2020 1 次提交
  23. 20 10月, 2020 1 次提交
  24. 21 9月, 2020 2 次提交
  25. 18 9月, 2020 1 次提交
  26. 31 8月, 2020 1 次提交
    • Q
      Move hapi to python/paddle root dir. (#26442) · f7fb4c22
      qingqing01 提交于
      * Move hapi form paddle/incubate to paddle
      
      * Remove vision/datasets/utils.py and clean code
      
      * Add sample code for conll05
      
      * Print pull path when saving model
      
      * Fix sample code after paramter_list of SGD is changed to parameters
      
      * Fix bug in wmt16 datase
      f7fb4c22