1. 23 10月, 2022 1 次提交
  2. 19 10月, 2022 1 次提交
  3. 14 9月, 2022 1 次提交
  4. 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
  5. 26 9月, 2021 1 次提交
  6. 25 9月, 2020 1 次提交
  7. 22 8月, 2020 1 次提交
  8. 20 8月, 2020 1 次提交
  9. 14 5月, 2020 1 次提交
  10. 11 4月, 2020 1 次提交
  11. 08 4月, 2020 1 次提交
  12. 28 2月, 2020 1 次提交
  13. 23 2月, 2020 1 次提交
  14. 06 1月, 2020 1 次提交
  15. 10 10月, 2019 1 次提交
  16. 09 10月, 2019 1 次提交
  17. 29 9月, 2019 1 次提交
  18. 27 9月, 2019 1 次提交
  19. 26 9月, 2019 1 次提交
    • H
      Add new data layer (#19916) · 88af4ab6
      Huihuang Zheng 提交于
      The new "fluid.data" changes old "fluid.layers.data":
      
      1. Add shape and dtype check.
      2. Remove "append_batch_size" parameter. We won't offer this in the new data layer because other deep learning platforms don't have this kind of data layer pre-processing. It may confuse users.
      3. Remove "stop gradient" parameter because the data layer doesn't do back-propagation
      
      TODO:
      Now data layer feeded by executor is checked, will we want to check the feed data of readers in the future?
      88af4ab6