- 19 10月, 2017 3 次提交
-
-
由 Yu Yang 提交于
-
由 fengjiayi 提交于
* Implement FC layer with helper * Update LayerHelper * Add debug string for Python ProtoBuf and Rename `Sync` to `Flush` * Add check of ProtoBuf initialization * Layer wrapper for FC * Fix unittest * Fix CI * Add code generator * AttributeChecker Better error log and speicalize bool Since lots of types can be cast to bool * Complete mlp, fit_a_line * Implementation of simple conv_2d layer * Fix bugs * Correct implement BlockDesc destructor * Fix bugs * Fix unit test error * Follow comments
-
由 Yu Yang 提交于
* Change ProgramDesc not a global variable * Polish code style * Correct implement BlockDesc destructor * Unify program as parameter name
-
- 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
-
- 15 10月, 2017 3 次提交
-
-
由 qiaolongfei 提交于
-
由 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
-
由 Dong Zhihong 提交于
-
- 14 10月, 2017 2 次提交
- 12 10月, 2017 3 次提交
-
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
- 11 10月, 2017 4 次提交
-
-
由 qiaolongfei 提交于
-
由 fengjiayi 提交于
-
由 qiaolongfei 提交于
-
由 fengjiayi 提交于
-
- 10 10月, 2017 3 次提交
-
-
由 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
-
由 Yu Yang 提交于
It will significantly reduce binary size. It is useful for mobile deployment.
-
由 Yu Yang 提交于
-
- 28 9月, 2017 4 次提交
- 27 9月, 2017 2 次提交
- 26 9月, 2017 5 次提交
- 23 9月, 2017 10 次提交