- 18 10月, 2017 1 次提交
-
-
由 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
-
- 17 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Change dataType to data_type Follow PEP8 * Change name_convention to fit PEP8
-
- 16 10月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 15 10月, 2017 4 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
* Final step of backward, return a map from param_name to grad * Complete the final step of backward Return the param_name to grad_info
-
由 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
-
- 14 10月, 2017 1 次提交
-
-
由 fengjiayi 提交于
* Add grad_name_map * Fix bug * Fix bug * Follow comments
-
- 13 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Add no_grad_vars for grad_op_maker * Add unittest * Fix unittest * Fix unittest * Follow comment
-
- 11 10月, 2017 2 次提交
- 10 10月, 2017 3 次提交
- 06 10月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 05 10月, 2017 6 次提交
- 04 10月, 2017 6 次提交
- 03 10月, 2017 6 次提交
-
-
由 Yu Yang 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 dzhwinter 提交于
-
由 dzhwinter 提交于
-
由 dongzhihong 提交于
-
- 02 10月, 2017 1 次提交
-
-
由 dongzhihong 提交于
-
- 01 10月, 2017 3 次提交
- 04 9月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 28 8月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 20 8月, 2017 1 次提交
-
-
由 Yu Yang 提交于
Fix #3582
-