“dad903fe0706127a8b9e09b3b03d9a497c8fa3fd”上不存在“...git@gitcode.net:paddlepaddle/Paddle-Lite.git”
- 21 1月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
* "fix decode bug" * "follow commnet" * "fix error" * "fix hook bug" * fix based comment * fix copyright * fix based on comment
 
 - 
 - 16 1月, 2018 1 次提交
 - 
- 
由 caoying03 提交于
 
 - 
 - 15 1月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
* add copyright hook * add copyright hook * refine copyright hook * "test copyright hook" * fix check style * fix ci
 
 - 
 - 12 1月, 2018 1 次提交
 - 
- 
由 ying 提交于
 
 - 
 - 11 1月, 2018 1 次提交
 - 
- 
由 QI JUN 提交于
* add update graph method for memory optimization transpiler to avoid rebuild graph everytime * clean code * reset var desc if hit cache
 
 - 
 - 10 1月, 2018 1 次提交
 - 
- 
由 fengjiayi 提交于
 
 - 
 - 09 1月, 2018 1 次提交
 - 
- 
由 QI JUN 提交于
 
 - 
 - 08 1月, 2018 1 次提交
 - 
- 
由 Yang Yu 提交于
 
 - 
 - 05 1月, 2018 3 次提交
 - 
- 
由 fengjiayi 提交于
 - 
由 fengjiayi 提交于
 - 
由 dzhwinter 提交于
* "add c++ side kernel selection" * "add multiple kernel op test" * "kernel selection only support cudnn" * "better formatter" * "small fix with UseCPU" * "depends on change interface Get(Place, Library)" * "fix CI" * "fix python cudnn test" * "leave the register cudnn op to another PR" * "fix CI" * "use all kernel by default" * "fix CI"
 
 - 
 - 27 12月, 2017 1 次提交
 - 
- 
由 typhoonzero 提交于
 
 - 
 - 25 12月, 2017 1 次提交
 - 
- 
由 Qiao Longfei 提交于
* init kernel hint * fix typo * rm unused code * add include in op_kernel.h * restore op_kernel since it will be moved to op_kernel_type * change force_cpu to use_cpu * fix compilation
 
 - 
 - 21 12月, 2017 2 次提交
 - 
- 
由 typhoonzero 提交于
 - 
由 Yang Yu 提交于
It is useful to reorder RNN memory block.
 
 - 
 - 19 12月, 2017 4 次提交
 - 
- 
由 Yang Yang 提交于
 - 
由 qiaolongfei 提交于
 - 
由 Yu Yang 提交于
* Support Clip in param_attr * Fix the order of clip & regular Regular is not need to be clipped
 - 
由 qijun 提交于
 
 - 
 - 15 12月, 2017 1 次提交
 - 
- 
由 fengjiayi 提交于
 
 - 
 - 12 12月, 2017 1 次提交
 - 
- 
由 typhoonzero 提交于
 
 - 
 - 11 12月, 2017 1 次提交
 - 
- 
由 typhoonzero 提交于
 
 - 
 - 07 12月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 06 12月, 2017 1 次提交
 - 
- 
由 typhoonzero 提交于
 
 - 
 - 05 12月, 2017 2 次提交
 - 
- 
由 dzhwinter 提交于
* "add init seed" * "fix compile error" * "add program level seed setting" * "fixed based on comments"
 - 
由 Qiao Longfei 提交于
* add crf_decoding layer * fix some typo * fix test_crf_decoding_op
 
 - 
 - 30 11月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Unify fluid submodules to fluid module Change books just use `import fluid`, not submodules * Remove g_main_program/g_startup_program Use default_main_program/default_startup_program instead * Typo * Add API for switch default program * Two functions: switch_main_program/switch_startup_program * A guard: program_guard. Users can use the `with` statement change default programs * Change unittests in `test_layers` * Fix CI * Fix CI * Fix CI
 
 - 
 - 28 11月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Unify fluid submodules to fluid module Change books just use `import fluid`, not submodules * Remove g_main_program/g_startup_program Use default_main_program/default_startup_program instead * Typo * Fix CI
 
 - 
 - 27 11月, 2017 2 次提交
 - 
- 
由 Yu Yang 提交于
* Restore the param infos in Program.clone() The Program.clone only clone the variables and ops in the program into a new program. However, the information of Parameter is not clone. So we need restore the information of Parameters. Fix #5871 * Follow comments * Fix CI * Fix CI * Fix CI
 - 
由 Yu Yang 提交于
Change books just use `import fluid`, not submodules
 
 - 
 - 24 11月, 2017 2 次提交
 - 
- 
由 QI JUN 提交于
* is_training to is_test in dropout op * handle dropout and batch_norm operator when prune pdesc in testing mode * handle dropout and batch_norm operator when prune pdesc in testing mode * add get_inference_program method * fix dropout op * fix ci * test data after each batch training * refine code * refine test_book3 * fix ci * follow comments
 - 
由 fengjiayi 提交于
* Change all `data_type` in Python to `dtype` * Change `date_type` in C++ to `dtype` * Refine
 
 - 
 - 21 11月, 2017 1 次提交
 - 
- 
由 Abhinav Arora 提交于
* Improve the initializer Interface for fc, sequence_conv and conv2d layers * Fix some typos in python code * Fix CI
 
 - 
 - 17 11月, 2017 1 次提交
 - 
- 
由 fengjiayi 提交于
 
 - 
 - 16 11月, 2017 1 次提交
 - 
- 
由 Yang Yang(Tony) 提交于
* first commit * Python API for while op * Python Unittest for simple while_op forward * fix out to be list * Fix UT * VarType * Fix several bugs * Fix bug * Fix bug * Fix Bug * Fix bug * Fix unittest * Remove debug log * Add comments * add PADDLE_ENFORCE * while_grad_op first commit * Add `BlockDescBind::FindRecursiveOrCreateVar()` and fix bugs * not sure how to setdim of while outputs * push for test * add executor vlog * fix bug of while_op cond * Several enhancement for code 1. Backward always infer shape & infer var type. Since there are RENAME variables will be created when creating backward operator, but their shape & var types are not inferenced. 2. Never use SomePtr-> directly, since every pointer could be nullptr if it is a function return value. Add `detail::Ref` to cast pointer to reference safely. 3. Enhance error message for backward. 4. Infer data type of variable in `sum` and `tensor_write` * Fix bugs of while_op gradient * Fix several bugs of while_op grad * fix fill zeros like * fix 3 >= 3 * fix place holder shouldn't be null * fail on sum op * Fix SumOp of TensorList * clean up * pass while test * fix test_array_write_read * pass sum op * Support int/int64 for fill_constant_batch_size_like * Fix compile
 
 - 
 - 15 11月, 2017 1 次提交
 - 
- 
由 Helin Wang 提交于
- Removed all main_program and startup_program in the demo. - Using paddle.default_main_program() hides the implementation detail (e.g., using g_main_program) from the user, we can change the implementation in the future much easier.
 
 - 
 - 14 11月, 2017 2 次提交
 - 
- 
由 Qiao Longfei 提交于
* init commit * change some dir name
 - 
由 Yu Yang 提交于
* Conditional Block Forward * Assign Operator. Out=X, when type in [LoDTensor/SelectedRows/LoDTensorArray] * Stash * Add Scope::Rename it is useful in gradient phase of an operator with block * ConditionalBlock Grad Done * Add comments * yapf format code
 
 - 
 - 10 11月, 2017 2 次提交
 - 
- 
由 Yang Yang(Tony) 提交于
* first commit * Python API for while op * Python Unittest for simple while_op forward * fix out to be list * Fix UT * VarType * Fix several bugs * Fix bug * Fix bug * Fix Bug * Fix bug * Fix unittest * Remove debug log * Add comments * add PADDLE_ENFORCE * while_grad_op first commit * Add `BlockDescBind::FindRecursiveOrCreateVar()` and fix bugs * refine code * fix unittest bug
 - 
由 Dong Zhihong 提交于
 
 -