1. 28 6月, 2023 1 次提交
    • L
      remove nets.py in fluid (#51717) · 87f72107
      LoneRanger 提交于
      * remove function sequence_conv_pool
      
      * fix test_glu.py
      
      * remove function scaled_dot_product_attention
      
      * remove function img_conv_group
      
      * remove function simple_img_conv_pool
      
      * delete the nets.py
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * Update test_image_classification.py
      
      * Update test_recognize_digits.py
      
      * Update test_recommender_system.py
      
      * Update test_image_classification_fp16.py
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * remove the nets.py in fluid
      
      * fix bug
      
      * fix the codestyle
      
      * fix conflict
      
      * fix bug
      
      * Fix TODO
      87f72107
  2. 31 3月, 2023 1 次提交
  3. 25 3月, 2023 1 次提交
  4. 24 3月, 2023 1 次提交
  5. 01 3月, 2023 1 次提交
  6. 20 1月, 2023 1 次提交
    • G
      Fluid clean remove io data (#49301) · 5670644c
      GGBond8488 提交于
      * replace paddle.fluid.layers.data and remove io.data
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * remove data in fluid.layers.io.__all__
      
      * fix errors
      
      * fix unitests
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * fix test_layers unitests
      
      * fix typro
      
      * fix unitest
      
      * fix unitest
      
      * fix unitest
      
      * fix typro
      
      * fix unitest test_model_cast_to_bf16
      
      * fix test_reducescatter
      
      * fix collective unitest
      
      * fix collective unitests
      
      * fix collective unitests
      
      * add coverage
      
      * fix add layers.data
      
      * re run ci
      
      * fix some typro
      
      * fix samplecode error
      
      * fix samplecode error
      5670644c
  7. 03 1月, 2023 1 次提交
  8. 15 12月, 2022 1 次提交
    • [FluidAPI] remove fluid rnn apis (#49050) · 4672ea8e
      骑马小猫 提交于
      * remove lstm api
      
      * remove gru_unit api
      
      * remove lstm in all
      
      * remove beam-search
      
      * remove beam_search slot
      
      * remove lstm test code
      
      * remove fluid.layers.nn api
      
      * update gru-unit
      
      * revert gru_unit white list
      4672ea8e
  9. 08 12月, 2022 1 次提交
  10. 01 12月, 2022 1 次提交
  11. 29 11月, 2022 1 次提交
  12. 25 11月, 2022 1 次提交
  13. 21 11月, 2022 1 次提交
  14. 23 10月, 2022 1 次提交
  15. 10 10月, 2022 1 次提交
  16. 27 9月, 2022 1 次提交
  17. 05 7月, 2022 1 次提交
  18. 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
  19. 28 2月, 2020 1 次提交
  20. 13 12月, 2018 1 次提交
  21. 18 9月, 2018 1 次提交
  22. 15 8月, 2018 1 次提交
  23. 26 7月, 2018 2 次提交
  24. 10 7月, 2018 1 次提交
  25. 26 6月, 2018 1 次提交
  26. 20 6月, 2018 1 次提交
  27. 24 5月, 2018 2 次提交
  28. 15 5月, 2018 1 次提交
  29. 08 5月, 2018 1 次提交
  30. 02 5月, 2018 1 次提交
  31. 31 3月, 2018 1 次提交
    • H
      Make paddle.fluid no longer depends on paddle.v2 · bcf7c36b
      Helin Wang 提交于
      In this way we can build and test using WITH_FLUID_ONLY flag being set
      to ON.
      
      - move paddle.v2.dataset,reader to paddle.dataset,reader
      - remove unused code (which depends on v2) in paddle.dataset,reader
      bcf7c36b
  32. 06 3月, 2018 1 次提交
  33. 27 2月, 2018 1 次提交
  34. 24 2月, 2018 3 次提交
  35. 23 2月, 2018 1 次提交
  36. 16 2月, 2018 1 次提交