1. 12 10月, 2022 1 次提交
  2. 27 9月, 2022 1 次提交
  3. 23 9月, 2022 1 次提交
  4. 14 9月, 2022 1 次提交
  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. 24 3月, 2022 1 次提交
  7. 12 1月, 2022 1 次提交
    • C
      Fix api docs (#38882) · 572ba24e
      Chen Long 提交于
      * update readme test=document_fix
      
      * update conll05 docs
      
      * update conll05 docs test=document_fix
      572ba24e
  8. 15 6月, 2021 1 次提交
  9. 11 6月, 2021 2 次提交
  10. 29 4月, 2021 1 次提交
  11. 26 4月, 2021 1 次提交
  12. 16 12月, 2020 1 次提交
  13. 02 12月, 2020 1 次提交
  14. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  15. 24 9月, 2020 1 次提交
  16. 21 9月, 2020 1 次提交
  17. 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