- 25 10月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "add model format design doc" * "add restore function" * "add parse protobuf" * "move necessary information to saver.proto" * "format code" * "add gpu option" * "add lod info" * "add saveop python test wrapper" * "checkpoint reuse save operator" * "rewrite model format design doc" * "async support needed" * "fix run once" * "fix doc based on comments" * "refine based on comments" * "fix based comments" * "remove persistable flag from framework.proto" * "add IndicateDataType to restore op" * "add save test" * "modify save restore code" * "modified the restore logic" * rm checkpoint_op.cc * rm test_checkpoint_op.py * "get inputs outputs name from execution context" * Saving each variable to a independent file * Fix bugs * Rewrite save_restore_op_test with new Python framework * Move `SaveOp` and `RestoreOp` from OpWithKernel to OpBase * Refine unit test of SaveOp and RestoreOp * fix compile errorwq
-
- 23 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 21 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 20 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* 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 * Expose get global scope * Make global scope not thread-safe 1. It is no need to make global scope thread-safe, since it will be invoked in Python main thread. 2. Do not free the global scope when C++ exit. Let the OS free memories, otherwise, we need to handle the destroy dependencies. See https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables * Fix * Implementation of simple conv_2d layer * Stash * Remove private data members in OpRegister * Fix bugs * Stash * Expose FeedFetchList as VarType * Change ProgramDesc not a global variable * Polish code style * Stash * Correct implement BlockDesc destructor * Correct implement BlockDesc destructor * Unify program as parameter name * Fix bugs * Add unittest * Fix unit test error * Remove unused functions * Add clone for Python Program * Working on executor * Stash * Add glog as dependencies of ops * Use VLOG to logging some information is helpful when we debug Paddle * Expose VarDesc::persistable to Python * Test executor * Complete unittest * Polish code * Fix merge error * Follow comment * Polish Python Code
-
- 19 10月, 2017 3 次提交
-
-
由 dangqingqing 提交于
-
由 Yu Yang 提交于
* 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 * Change ProgramDesc not a global variable * Polish code style * Stash * Correct implement BlockDesc destructor * Correct implement BlockDesc destructor * Unify program as parameter name * Fix bugs * Add unittest * Fix unit test error * Remove unused functions * Add clone for Python Program * Compare OpDescBind directly
-
由 Yu Yang 提交于
* Add glog as dependencies of ops * Use VLOG to logging some information is helpful when we debug Paddle * Fix Unittests
-
- 18 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 17 10月, 2017 2 次提交
-
-
由 Qiao Longfei 提交于
* rm cpp executor_test, rewrite in python later * remove executor_test code in CMakeList.txt
-
由 Yang Yang 提交于
-
- 15 10月, 2017 1 次提交
-
-
由 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 次提交
-
-
由 Yu Yang 提交于
-
- 13 10月, 2017 2 次提交
- 12 10月, 2017 5 次提交
- 11 10月, 2017 2 次提交
- 08 10月, 2017 1 次提交
-
-
由 Yang Yang 提交于
-
- 06 10月, 2017 1 次提交
-
-
由 qiaolongfei 提交于
-
- 04 10月, 2017 4 次提交
-
-
由 qiaolongfei 提交于
-
由 qijun 提交于
-
由 qijun 提交于
-
由 Yang Yang 提交于
-
- 03 10月, 2017 4 次提交
-
-
由 qijun 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
由 Yan Chunwei 提交于
* add tensor array * update * set type
-
- 02 10月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 01 10月, 2017 2 次提交
- 30 9月, 2017 3 次提交
- 29 9月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 28 9月, 2017 2 次提交