1. 12 6月, 2023 1 次提交
  2. 25 3月, 2023 1 次提交
  3. 29 11月, 2022 1 次提交
  4. 03 11月, 2022 1 次提交
  5. 23 10月, 2022 1 次提交
  6. 27 9月, 2022 1 次提交
  7. 14 9月, 2022 1 次提交
  8. 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
  9. 17 6月, 2022 1 次提交
  10. 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
  11. 25 4月, 2022 1 次提交
  12. 11 11月, 2021 1 次提交
  13. 11 6月, 2021 1 次提交
  14. 18 11月, 2020 1 次提交
  15. 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
  16. 14 10月, 2020 1 次提交
  17. 25 9月, 2020 1 次提交
  18. 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
  19. 24 7月, 2020 1 次提交
    • Q
      Refine Model of high level API (#25559) · b5f8784c
      qingqing01 提交于
      * Refine Model
      
      1. Take the network (instance of Layer) as the input of Model.
      2. Refine set_dict/load_dict of Layer.
      3. Refine Input interface, so update code sample about Input
      b5f8784c
  20. 13 5月, 2020 1 次提交
    • L
      Add vision api for hapi (#24404) · 1a0d26a4
      LielinJiang 提交于
      * add vision
      
      * fix predict, test=develop
      
      * add unittest for vision apis, test=develop
      
      * fix typos
      
      * add hapi models api, test=develop
      
      * fix code format, test=develop
      
      * fix typos, test=develop
      
      * fix sample code import, test=develop
      
      * fix sample codes, test=develop
      
      * add decompress, test=develop
      
      * rm darknet, test=develop
      
      * rm debug code, test=develop
      1a0d26a4