- 30 11月, 2017 2 次提交
- 
- 
由 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 
- 
由 QI JUN 提交于* fix python gflags init * format code 
 
- 
- 29 11月, 2017 4 次提交
- 
- 
由 Yu Yang 提交于* Make param_attr as a strong typed class Fix #5819 
- 
由 sweetsky0901 提交于
- 
由 kavyasrinet 提交于* Adding log loss operator * Removing comments 
- 
由 sweetsky0901 提交于
 
- 
- 28 11月, 2017 8 次提交
- 
- 
由 sweetsky0901 提交于
- 
由 Qiao Longfei 提交于* batch norm support matrix input * update gpu code * format code 
- 
由 dangqingqing 提交于
- 
由 dangqingqing 提交于
- 
由 Yu Yang 提交于* Add Python wrap of conv2d_transpose and its unittest * Follow comments * Fix format 
- 
由 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 
- 
由 wanghaoshuang 提交于
- 
由 sweetsky0901 提交于
 
- 
- 27 11月, 2017 17 次提交
- 
- 
由 dangqingqing 提交于
- 
由 Luo Tao 提交于
- 
由 ranqiu 提交于
- 
由 wangmeng28 提交于
- 
由 QI JUN 提交于
- 
由 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 
- 
由 Qiao Longfei 提交于* py_test support argument, test_image_classification_train support argument * use REMOVE_ITEM to rm item from list in cmake 
- 
由 dangqingqing 提交于
- 
由 sweetsky0901 提交于
- 
由 sweetsky0901 提交于
- 
由 fengjiayi 提交于
- 
由 Yu Yang 提交于Change books just use `import fluid`, not submodules 
- 
由 guosheng 提交于
- 
由 dzhwinter 提交于
- 
由 武毅 提交于* conv cudnn 3d * update test case * update * update * follow comments and remove groups from helper * update * refine * update * follow comments2 * update * fix compile 
- 
由 dzhwinter 提交于* "add asnumpy interface" * Just for unittest * Change unittests for numpy I/O * Fix CI 
- 
由 Yu Yang 提交于* Stash * Stash * Polish Evaluator * Merge code * Revert 
 
- 
- 26 11月, 2017 2 次提交
- 
- 
由 dzhwinter 提交于* "add floor, ceil, round op" * "reuse zero gradient" * "fix divide zero" * "fix numpy floor error" 
- 
由 dzhwinter 提交于* "make global tensor function independently" * "replace functor" * "fix inline template error" * "fix tensor array with CopyFrom" * "fix other case use CopyFrom" * "move the op interface hardly" * "fix operators" * "fix typo" * "delete dynamic recurrent rnn and fix gru_unit in debugmode" * "fix unique_ptr copy" * "fix cuda copy" * "fix namespace error" * "removed nccl python test" * "fix include error" * "fix typo" * fix copy util test 
 
- 
- 24 11月, 2017 7 次提交
- 
- 
由 wanghaox 提交于
- 
由 wanghaoshuang 提交于
- 
由 wanghaoshuang 提交于
- 
由 Qiao Longfei 提交于* beam_search_decode support multi data type * add VisitDataType for beam search decode * use Specialization to handle bool * move Specialization of BeamSearchDecodeFunctor out of class 
- 
由 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 
- 
由 ranqiu 提交于
- 
由 fengjiayi 提交于* Change all `data_type` in Python to `dtype` * Change `date_type` in C++ to `dtype` * Refine 
 
- 
