1. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377
  2. 26 12月, 2017 1 次提交
  3. 21 12月, 2017 3 次提交
  4. 20 12月, 2017 1 次提交
  5. 11 12月, 2017 1 次提交
    • Y
      Fix gcc4.9 (#6442) · 95924686
      Yiqun Liu 提交于
      * Fix compiling error of gcc4.9.
      
      * Refine the check of cxx compiler flags in api/CMakeLists.txt.
      95924686
  6. 18 11月, 2017 1 次提交
  7. 08 11月, 2017 1 次提交
  8. 01 11月, 2017 1 次提交
    • Y
      Feature/executor use program bind (#5196) · 1363ddb6
      Yu Yang 提交于
      * Init commit
      
      * Make executor use ProgramDescBind
      
      * Change Attribute from BlockDesc to BlockDescBind
      
      * Since we will get the program desc in RNN, just BlockDesc is not
        enough.
      1363ddb6
  9. 27 10月, 2017 1 次提交
    • Q
      add sparse support for sum op (#5093) · 7f8574c0
      QI JUN 提交于
      * add sparse support for sum op
      
      * typo fix
      
      * fix gpu build error
      
      * fix unittest error
      
      * typo fix
      
      * infer var type and shape in op_test
      
      * follow comments
      
      * fix build error
      
      * bypass some unittests depend on NetOp
      7f8574c0
  10. 19 10月, 2017 1 次提交
  11. 18 10月, 2017 1 次提交
    • Q
      Impl optimizer (#4734) · df0946eb
      Qiao Longfei 提交于
      * init parameter base class
      
      * optimize the Comments of optimizer
      
      * basic implimentation of optimizer
      
      * add test_optimizer
      
      * add no_grad_set to interface
      
      * update optimizer.py
      
      * python code can run
      
      * fix some problem
      
      * add sync_with_cpp to Python Program and Block
      
      * sync vars and ops in block from cpp
      
      * optimize code and add some comment
      
      * add more check for sync
      
      * update optimizer with return value of Backward
      
      * rm unused code
      
      * infer shape when create gradient vairiable
      
      * update test_optimizer
      
      * update test_program.py
      
      * update backward test
      
      * follow comment
      df0946eb
  12. 16 10月, 2017 1 次提交
  13. 15 10月, 2017 1 次提交
    • Q
      create grad_var when run Backward pass (#4796) · d7383c6d
      Qiao Longfei 提交于
      * add target to Backward, generate var in block when call backward
      
      * modify backward_test
      
      * fix executor_test
      
      * set var desc default type to LOD_TENSOR
      
      * update backward_test
      
      * insert loss in the top level of backward
      
      * create grad vars for all blocks in current program
      
      * optimize code
      
      * update test_program.py
      
      * only create var for newly create blocks when backward
      d7383c6d
  14. 13 10月, 2017 2 次提交
  15. 10 10月, 2017 2 次提交
  16. 06 10月, 2017 1 次提交
  17. 05 10月, 2017 2 次提交
  18. 04 10月, 2017 1 次提交
  19. 03 10月, 2017 2 次提交
  20. 01 10月, 2017 1 次提交
    • Y
      Stash · d64bedf6
      Yu Yang 提交于
      d64bedf6
  21. 22 9月, 2017 1 次提交
  22. 05 9月, 2017 1 次提交
  23. 04 9月, 2017 1 次提交
  24. 03 9月, 2017 1 次提交
  25. 20 8月, 2017 2 次提交
  26. 17 8月, 2017 1 次提交
  27. 16 8月, 2017 1 次提交
  28. 15 8月, 2017 1 次提交
  29. 14 8月, 2017 3 次提交
  30. 12 8月, 2017 2 次提交