1. 24 1月, 2022 1 次提交
  2. 21 6月, 2019 1 次提交
    • J
      dataset (#17973) · 3f8031e2
      jiaqi 提交于
      (1) use channel instead of vector/BlockingQueue in Dataset,to keep same with existing implementation, and make code more readable and flexible (dataset single output channel or multi output channel). one previous memory out of limit problem is cause by not release memory after training.
      (2) add Record because MultiSlotType costs too much memory (80B),fix memory out of limit problem.
      (3) add Channel, Archive in paddle/fluid/framework
      (4) change dataset from shared_ptr to unique_ptr in pybind
      (5) move create/destroy readers from trainer to dataset
      (6) move shuffle from datafeed to dataset. dataset holds memory, datafeed is only for load data and feed data to network.
      (7) fix thread num bug of Dataset when filelist size < thread num
      (8) support set_queue_num in InMemoryDataset
      3f8031e2
  3. 20 2月, 2019 1 次提交
  4. 21 1月, 2019 1 次提交
  5. 10 1月, 2019 1 次提交
  6. 13 12月, 2018 1 次提交
    • S
      fix cmake · deb0d41c
      sneaxiy 提交于
      fix cmake again
      test=develop
      deb0d41c
  7. 10 12月, 2018 1 次提交
  8. 10 9月, 2018 1 次提交
  9. 18 6月, 2018 1 次提交
  10. 24 5月, 2018 1 次提交
  11. 23 5月, 2018 1 次提交
  12. 22 3月, 2018 1 次提交
  13. 07 3月, 2018 2 次提交
  14. 06 3月, 2018 2 次提交
  15. 15 2月, 2018 1 次提交
    • Y
      Update tensor_util.h (#8422) · cfffb1a3
      Yi Wang 提交于
      * Update tensor_util.h
      
      * Update with moved TensorDesc
      
      * Fix tensur_utils.cu
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Make tensor_util.cu a symbolic link
      cfffb1a3
  16. 10 2月, 2018 2 次提交
  17. 07 2月, 2018 1 次提交
  18. 06 2月, 2018 2 次提交
  19. 01 2月, 2018 1 次提交
  20. 31 1月, 2018 1 次提交
  21. 30 1月, 2018 1 次提交