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. 15 10月, 2017 3 次提交
    • Q
      append_backward return map to python · 9a0ef7d2
      qiaolongfei 提交于
      9a0ef7d2
    • 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
    • D
      "fix tests" · b3df1f4a
      Dong Zhihong 提交于
      b3df1f4a
  3. 14 10月, 2017 2 次提交
  4. 12 10月, 2017 3 次提交
  5. 11 10月, 2017 4 次提交
  6. 10 10月, 2017 3 次提交
    • Y
      Polish CompileTime InferShape · d350cdbc
      Yu Yang 提交于
      1. InferShape should be a method for `OpDescBind` not `Operator`, since
        `OpDescBind` is a compile-time concept.
      2. Pre-create operators and store them into a map. Make InferShape
         faster
      d350cdbc
    • Y
      Use PROTO_LITE when refactoring Paddle · dcb09e93
      Yu Yang 提交于
      It will significantly reduce binary size. It is useful for mobile
      deployment.
      dcb09e93
    • Y
      Stash · 49ca0b48
      Yu Yang 提交于
      49ca0b48
  7. 28 9月, 2017 4 次提交
  8. 27 9月, 2017 2 次提交
  9. 26 9月, 2017 5 次提交
  10. 23 9月, 2017 11 次提交