- 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 4 次提交
- 16 10月, 2017 2 次提交
- 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 次提交
- 13 10月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 12 10月, 2017 5 次提交
-
-
由 武毅 提交于
* add cudnn_conv_op * WIP * update * update * fix grad check * use platform::memory * add support group for cudnn * update * follow comments * fix onlycpu build * update cuda define * follow comments * follow comments * merge with updates * fix compile error * follow comments * follow comments
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 QI JUN 提交于
* init * unify CopyFrom interface * fix gpu build error * fix bug in tensor_py.h * refine code comments and add TODO list * fix conflicts in FeedOp and FetchOp
-
- 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 提交于
-
- 07 10月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 06 10月, 2017 1 次提交
-
-
由 qiaolongfei 提交于
-
- 05 10月, 2017 3 次提交
-
-
由 qiaolongfei 提交于
-
由 Yi Wang 提交于
-
由 Yu Yang 提交于
By shell command ```bash sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` ```
-
- 03 10月, 2017 1 次提交
-
-
由 Abhinav Arora 提交于
* Changing learning rate from attribute to input(float) * Removing obsolete code
-
- 29 9月, 2017 2 次提交
- 28 9月, 2017 7 次提交