- 27 4月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add float16 transpiler * fix feed fetch target names mismatch * fix cast op input change issue * fix program desc flush error * fix inconsistent var names in block desc bug * code clean up * add float16 infernce C++ example and fix prune bug
-
- 19 4月, 2018 2 次提交
- 12 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 09 3月, 2018 1 次提交
-
-
由 Yancey 提交于
-
- 24 2月, 2018 2 次提交
- 12 2月, 2018 2 次提交
-
-
由 qingqing01 提交于
-
由 Liu Yiqun 提交于
-
- 09 2月, 2018 1 次提交
-
-
由 Siddharth Goyal 提交于
* Refine load * Address review comments: round 1 * Make API consistent with python-save/load * Add another unit test * Remove commented function * Fix GPU bug * Address review comments * Modify wrt PR 8147 * Fix filenames for combined case * Fix typo * Address review comments: round 2 * Unify TestInference by keeping default param in template * Address review comment * Fix spacing
-
- 06 2月, 2018 2 次提交
-
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
- 01 2月, 2018 1 次提交
-
-
由 kexinzhao 提交于
* initial commit * add get_parameters method * add get_parameters method * small fix * address comments * address comments * address comments * fix
-
- 25 1月, 2018 1 次提交
-
-
由 kexinzhao 提交于
* remove pick dependency * fix bug * small fix * modify executor.py for save and load * clean code * Add usage example * refine executor run function * fix bug * refine executor code * fix block bug * fix comments * fix bug * fix pass num
-
- 24 1月, 2018 3 次提交
-
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
- 21 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "fix decode bug" * "follow commnet" * "fix error" * "fix hook bug" * fix based comment * fix copyright * fix based on comment
-
- 18 1月, 2018 5 次提交
-
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
- 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 3 次提交
-
-
由 ying 提交于
-
由 Kavya Srinet 提交于
-
由 Kavya Srinet 提交于
-
- 08 1月, 2018 1 次提交
-
-
由 Siddharth Goyal 提交于
-
- 28 12月, 2017 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 27 12月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 26 12月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 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
-
- 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
-
- 15 11月, 2017 2 次提交
- 14 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* init commit * change some dir name
-
- 05 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 28 10月, 2017 1 次提交
-
-
由 fengjiayi 提交于
* Add `dump_to_file()` for ProgrameDescBind in pybind * Update * Add utility.py * typo * Fix bugs * Move add_feed/fetch_components to untility.py * Compelete dump * Follow comments * Change output of Prune() from inference to pointer * Expose Prune() to Python * Compelete save/load API of inference model * Fix errors * Debuging * Compelete unit tests * follow comments
-
- 27 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Python API for save/load variables * Polish names
-