1. 10 3月, 2023 1 次提交
  2. 22 2月, 2023 1 次提交
  3. 15 2月, 2023 1 次提交
  4. 01 2月, 2023 1 次提交
  5. 05 1月, 2023 2 次提交
  6. 23 12月, 2022 1 次提交
  7. 22 12月, 2022 1 次提交
  8. 07 12月, 2022 1 次提交
  9. 29 11月, 2022 1 次提交
  10. 28 11月, 2022 1 次提交
    • Y
      clear fluid api: warpctc, nce, identity_loss (#48142) · d983fc34
      yuehuayingxueluo 提交于
      * clear fluid api: warpctc, nce, identity_loss
      
      * fix test_layers.py __init__.py
      
      * fix loss.py
      
      * change __init__.py and api calling method
      
      * fix nce
      
      * fix nce
      
      * fix fluid.data
      
      * delete warpctc api document
      
      * fix loss.py
      
      * fix ctc_loss
      
      * fix test_warpctc_op.py
      
      * fix test_layers.py
      
      * fix some bug
      
      * fix conflict
      
      * fix ci bug
      
      * Empty Commit test=allcase
      
      * fix ci bug
      d983fc34
  11. 22 11月, 2022 1 次提交
    • U
      Fixdocs (#47986) · 91f4d1ce
      ustiniankw 提交于
      * list112-122, test=document_fix
      
      * precommitfix, test=document_fix
      
      * list112-127, test=document_fix
      
      * fix_ResNetBasicBlock, test=document_fix
      
      * pre-commit_resnet, test=document_fix
      
      * refix, test=document
      
      * refix, test=document_fix
      91f4d1ce
  12. 03 11月, 2022 1 次提交
  13. 02 11月, 2022 1 次提交
  14. 23 10月, 2022 1 次提交
  15. 20 10月, 2022 1 次提交
  16. 12 10月, 2022 1 次提交
  17. 10 10月, 2022 1 次提交
  18. 23 9月, 2022 1 次提交
  19. 14 9月, 2022 1 次提交
  20. 26 8月, 2022 1 次提交
  21. 30 6月, 2022 1 次提交
  22. 28 6月, 2022 1 次提交
  23. 21 6月, 2022 1 次提交
  24. 17 6月, 2022 1 次提交
  25. 14 6月, 2022 1 次提交
  26. 13 6月, 2022 1 次提交
  27. 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
  28. 01 6月, 2022 1 次提交
  29. 31 5月, 2022 1 次提交
  30. 30 5月, 2022 1 次提交
  31. 12 5月, 2022 1 次提交
  32. 26 4月, 2022 1 次提交
  33. 25 3月, 2022 1 次提交
    • 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
  34. 11 3月, 2022 1 次提交
  35. 24 2月, 2022 1 次提交
  36. 28 1月, 2022 1 次提交
  37. 27 1月, 2022 1 次提交
    • Z
      Add SparseCooTensor and SparseCsrTensor (#38906) · a7edb3f3
      zhangkaihuo 提交于
      * fix bug:
      1. atten: set the default value of attn_dropout_rate to None
      2. ffn: add activation parameter
      
      * for pure fp16
      
      * Add a SparseCsrTensor
      
      * remove unused functional
      
      * remove const
      
      * remove SetMemoberTensor
      
      * remove non_zero_nums_, the number of non zero elements of each batch can be obtained from the crows
      
      * SparseCooTensor
      
      * add SetMember
      
      * merge upstream; add SetMember
      
      * merge upstream
      
      * merge upstream; add newline at end of file
      
      * add newline at end of file
      
      * remove newline at end of file
      
      * remove newline at end of file
      
      * stash
      
      * user pten::framework::make_ddim
      
      * user pten::framework::make_ddim
      
      * merge upstream; use the latest mutable_data
      
      * merge upstream; use the latest mutable_data
      
      * return mutable dense tensor
      a7edb3f3
  38. 26 11月, 2021 1 次提交
  39. 23 11月, 2021 1 次提交