- 06 12月, 2017 4 次提交
-
-
由 gongweibao 提交于
Add LRN efficient GPU implement
-
由 Yan Chunwei 提交于
* init nmt * encoder ready * only generation implementation waiting for dynamic rnn ready to train * init python * remove decoder temporary * clean * clean
-
由 dangqingqing 提交于
-
由 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 3 次提交
-
-
由 Qiao Longfei 提交于
* add crf_decoding layer * fix some typo * init trunk_evaluator * add trunk_evaluator layer * update chunk_eval_op and test, change int32 to int64 * fix a numeric problem * change layers.trunk_evaluator to layers.trunk_eval * fix typo * add precision_val
-
由 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
-
- 04 12月, 2017 3 次提交
-
-
由 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
-
由 QI JUN 提交于
* add doc config for fluid * fix typo * follow comments
-
由 Yu Yang 提交于
* Add DataFeeder A v2 API like data feeder for book demos. We can feed data directly from reader. * Fix CI * Remove batch_size_dim for feeder Also add __all__ to data_feeder.py * Follow comment
-
- 03 12月, 2017 1 次提交
-
-
由 Siddharth Goyal 提交于
* Add hinge loss op * Update hinge-loss equation for proper latex
-
- 01 12月, 2017 4 次提交
- 30 11月, 2017 3 次提交
-
-
由 Yu Yang 提交于
-
由 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 5 次提交
-
-
由 Yu Yang 提交于
* Make param_attr as a strong typed class Fix #5819
-
由 wanghaoshuang 提交于
-
由 sweetsky0901 提交于
-
由 kavyasrinet 提交于
* Adding log loss operator * Removing comments
-
由 sweetsky0901 提交于
-
- 28 11月, 2017 9 次提交
-
-
由 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
-
由 wanghaoshuang 提交于
1. Remove checking for num_neg_samples. 2. Fix dims of Output(Cost) and Input(Bias). 3. Renamed num_sampled_classes to num_neg_samples. 4. Add TODO for add more distribution sampler. 5. Init grad_data of bias by zero. 6. Refine comments. 7. Register a kernel for type double.
-
由 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 8 次提交
-
-
由 tangwei12 提交于
-
由 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
-