- 24 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
* Add reset and guard to unique_name
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 29 1月, 2018 2 次提交
- 24 1月, 2018 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 23 1月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
neural machine translation model support beam search with while op
-
- 21 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "fix decode bug" * "follow commnet" * "fix error" * "fix hook bug" * fix based comment * fix copyright * fix based on comment
-
- 15 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* add copyright hook * add copyright hook * refine copyright hook * "test copyright hook" * fix check style * fix ci
-
- 09 1月, 2018 1 次提交
-
-
由 QI JUN 提交于
-
- 26 12月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 21 12月, 2017 1 次提交
-
-
由 Yang Yu 提交于
It is useful to reorder RNN memory block.
-
- 19 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Simplize system_allocator and fix GPU_INFO * Remove main_program/startup_program * Fix optimizer * Fix CI * Follow comments
-
- 06 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Add DataFeeder A v2 API like data feeder for book demos. We can feed data directly from reader. * Fix CI * Add an unittest for while/rnn op forward * Add unittest for raw while op backward * Fix CI * Complete Dynamic RNN
-
- 05 12月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* add crf_decoding layer * fix some typo * fix test_crf_decoding_op
-
- 29 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Make param_attr as a strong typed class Fix #5819
-
- 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 1 次提交
-
-
由 Yu Yang 提交于
Change books just use `import fluid`, not submodules
-
- 24 11月, 2017 1 次提交
-
-
由 fengjiayi 提交于
* Change all `data_type` in Python to `dtype` * Change `date_type` in C++ to `dtype` * Refine
-
- 22 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* init label_semantic_roles.py * add linear_chain_crf and test * complete test_linear_chain_crf * correct last layer of db_lstm * update optimizer and initializer * update param_initializer of embedding_layer * support load pre trained embedding * rm unused parameter * optimize code * clean code * fix test * add todo
-
- 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
-
- 15 11月, 2017 2 次提交
- 14 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* init commit * change some dir name
-
- 13 11月, 2017 1 次提交
-
-
由 QI JUN 提交于
* add lstm layer * set hidden shape * rename input parameter * add dynamic lstm * refine dynamic lstm layer * change parameter using XavierInitializer by default * refine dynamic lstm layer
-
- 05 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 04 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* add acc layer * memory log level change from 3 to 10 * use gaussian random to init conv parameters * use initializer * fix import * batch_norm use helper to create persistable var * refine code * train only 2 batches for test * use g_program and g_init_program * use XavierInitializer to init fc parameter
-
- 02 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* optimizer use init_program * create persistable variable * add create_persistable_var to block * optimizer use create_persistable_var * fix prefix * move create_global_persistable_var from Block to LayerHelper * Polish Optimizer initialization code. * Using the LayerHelper to create initialize operator and variables * add_accumulator should use an independent data type * default use param data type for accumulator
-
- 01 11月, 2017 4 次提交
-
-
由 Yu Yang 提交于
* AddBiasOp does not care num_flatten_dims * Add comments
-
由 Abhinav Arora 提交于
-
由 Yu Yang 提交于
* AddBiasOp does not care num_flatten_dims * Add comments
-
由 Abhinav Arora 提交于
-
- 31 10月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* improve unique_name, uniq id is related to prefix * fix join
-
- 28 10月, 2017 1 次提交
-
-
由 Abhinav Arora 提交于
-
- 27 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 24 10月, 2017 2 次提交
- 20 10月, 2017 1 次提交
-
-
由 QI JUN 提交于
* add test_fit_a_line * Update * fix persistable bug * fix elementwise add bug * set correct attr for bias op in fc layer * set correct attr for bias op in fc layer * Update 1. Add init_program to hold initializers 2. bug fix * add test_fit_a_line * fix persistable bug * fix elementwise add bug * fix type * add gitignore * Complete fit_a_line test * revert code * Clean up * Revert "revert code" This reverts commit eb1aa015. * Refine * Fix unit test
-
- 19 10月, 2017 1 次提交
-
-
由 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 * Remove debug code
-
- 17 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
-