1. 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
  2. 16 10月, 2017 1 次提交
  3. 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
  4. 13 10月, 2017 2 次提交
  5. 10 10月, 2017 2 次提交
  6. 06 10月, 2017 1 次提交
  7. 05 10月, 2017 2 次提交
  8. 04 10月, 2017 1 次提交
  9. 03 10月, 2017 2 次提交
  10. 01 10月, 2017 1 次提交
    • Y
      Stash · d64bedf6
      Yu Yang 提交于
      d64bedf6
  11. 22 9月, 2017 1 次提交
  12. 05 9月, 2017 1 次提交
  13. 04 9月, 2017 1 次提交
  14. 03 9月, 2017 1 次提交
  15. 20 8月, 2017 2 次提交
  16. 17 8月, 2017 1 次提交
  17. 16 8月, 2017 1 次提交
  18. 15 8月, 2017 1 次提交
  19. 14 8月, 2017 3 次提交
  20. 12 8月, 2017 6 次提交
  21. 11 8月, 2017 1 次提交
  22. 09 8月, 2017 2 次提交
  23. 08 8月, 2017 1 次提交
    • Y
      Make Compile Pass · dba618c0
      Yu Yang 提交于
      * Although backward_test/rnn_test is not pass, just comment them.
      dba618c0
  24. 07 8月, 2017 1 次提交
  25. 04 8月, 2017 2 次提交
  26. 03 8月, 2017 1 次提交