1. 29 11月, 2022 1 次提交
  2. 03 11月, 2022 1 次提交
  3. 23 10月, 2022 1 次提交
  4. 27 9月, 2022 1 次提交
  5. 14 9月, 2022 1 次提交
  6. 23 6月, 2022 1 次提交
    • 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
  7. 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
  8. 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
  9. 12 5月, 2022 1 次提交
  10. 25 4月, 2022 1 次提交
  11. 23 4月, 2022 1 次提交
  12. 09 3月, 2022 1 次提交
  13. 11 11月, 2021 1 次提交
  14. 03 11月, 2021 1 次提交
  15. 02 11月, 2021 1 次提交
  16. 01 11月, 2021 1 次提交
  17. 27 10月, 2021 1 次提交
  18. 22 10月, 2021 1 次提交
  19. 15 10月, 2021 1 次提交
  20. 13 10月, 2021 1 次提交
  21. 16 9月, 2021 1 次提交
  22. 11 6月, 2021 1 次提交
  23. 18 11月, 2020 1 次提交
  24. 17 11月, 2020 1 次提交
  25. 16 11月, 2020 1 次提交
  26. 21 10月, 2020 1 次提交
    • C
      2.0rc api rename (#28088) · 7c1aa0d6
      cnn 提交于
      * rename manual_seed to seed
      
      * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D
      
      * rename manual_seed --> seed
      
      * do not rename .cc, .cu and .h file
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * disable_static on doc example code
      
      * donot change manual_seed on generator
      
      * add enable_static on sample code
      
      * convert python/paddle/fluid/layers/nn.py to bak
      
      * fix typo
      
      * fix code style
      
      * fix seed to manual_seed when call functions of Generator()
      
      * fix bug
      7c1aa0d6
  27. 14 10月, 2020 1 次提交
  28. 25 9月, 2020 1 次提交
  29. 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