1. 18 4月, 2018 1 次提交
  2. 17 4月, 2018 2 次提交
  3. 16 4月, 2018 2 次提交
  4. 12 4月, 2018 1 次提交
    • Q
      Dist transpiler support prefetch (#9714) · 4c55a602
      Qiao Longfei 提交于
      * init
      
      * add some check
      
      * add dist transpile logic
      
      * add insert op for block
      
      * init change get_pserver_program
      
      * optimize code
      
      * fix a bug
      
      * can run now
      
      * start to do table split
      
      * start to process table gradient
      
      * complete pserver part
      
      * can send_vars now
      
      * revert cpplint
      
      * fix a bug
      
      * optimize code
      
      * move dist test to models
      
      * revert the interface of distribute_transpiler.transpile
      
      * fix prefetch_block
      
      * optimize trainspiler code
      
      * add comment to sum_op
      
      * add warning log
      
      * fix comment
      
      * fix test_send_recv
      
      * fix test_send_recv
      
      * fix train with no distributed table
      
      * optimize GetDims
      4c55a602
  5. 11 4月, 2018 3 次提交
  6. 10 4月, 2018 2 次提交
  7. 09 4月, 2018 1 次提交
  8. 08 4月, 2018 2 次提交
    • J
      fix errors · 5ad24869
      JiayiFeng 提交于
      5ad24869
    • F
      Update Readers Python API · fca9e884
      fengjiayi 提交于
      1. Combine 'open_files', 'multi_pass_reader' and 'threaded_reader'
      together to make the new 'open_files' interface.
      2. Add some docstring.
      3. Simplify interface names of 'create_XXX_reader', e.g, rename
      'create_double_buffer_reader' to 'double_buffer'.
      fca9e884
  9. 04 4月, 2018 3 次提交
  10. 03 4月, 2018 6 次提交
  11. 02 4月, 2018 4 次提交
  12. 29 3月, 2018 4 次提交
  13. 28 3月, 2018 4 次提交
  14. 27 3月, 2018 1 次提交
  15. 26 3月, 2018 1 次提交
    • D
      Add lrn layer (#9157) · 54a85b7b
      dragonwarrior 提交于
      * add LRN layer for fluid
      
      * add LRN layer for fluid
      
      * add documentation for LRN layer
      
      * add paper reference for LRN layer
      
      * add seperate documentation for LRN layer
      
      * rm lrn.py in doc/fluid/dev/src
      
      * change code style in lrn
      
      * fix style of comments in lrn
      54a85b7b
  16. 23 3月, 2018 1 次提交
  17. 22 3月, 2018 2 次提交