- 26 7月, 2018 2 次提交
- 26 6月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
-
- 20 6月, 2018 1 次提交
-
-
由 gongweibao 提交于
-
- 26 5月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add create lodtensor from list * modify book example
-
- 15 5月, 2018 1 次提交
-
-
由 Wu Yi 提交于
-
- 02 5月, 2018 1 次提交
-
-
由 Yancey1989 提交于
-
- 31 3月, 2018 1 次提交
-
-
由 Helin Wang 提交于
In this way we can build and test using WITH_FLUID_ONLY flag being set to ON. - move paddle.v2.dataset,reader to paddle.dataset,reader - remove unused code (which depends on v2) in paddle.dataset,reader
-
- 06 3月, 2018 1 次提交
-
-
由 kexinzhao 提交于
* fix is_test issue * add paddle enforce * fix bug * add new func * small fix * address comments
-
- 27 2月, 2018 1 次提交
-
-
由 武毅 提交于
* merge fluid dist tests * update cmake
-
- 24 2月, 2018 3 次提交
- 12 2月, 2018 2 次提交
-
-
由 qingqing01 提交于
-
由 Liu Yiqun 提交于
Use a new scope for inference in python unittest to avoid changing the value of variables for training.
-
- 09 2月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
* Save the inference model in Python example of recommender_system. * Add infer() in Python unittest recommender_system. * Add C++ inference unittest of recommender_system.
-
- 08 2月, 2018 1 次提交
-
-
由 helinwang 提交于
-
- 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
-
- 25 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
-
- 22 12月, 2017 1 次提交
-
-
由 typhoonzero 提交于
-
- 29 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Make param_attr as a strong typed class Fix #5819
-
- 24 11月, 2017 1 次提交
-
-
由 fengjiayi 提交于
* Change all `data_type` in Python to `dtype` * Change `date_type` in C++ to `dtype` * Refine
-
- 17 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
-
- 15 11月, 2017 2 次提交
-
-
由 dzhwinter 提交于
-
由 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
-
由 Helin Wang 提交于
-
- 09 11月, 2017 1 次提交
-
-
由 Helin Wang 提交于
-
- 05 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 03 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Fix bug in lookup_table_op & layers * Missing Act in layers * Should += in CPU * Remove check in python * Fix bug in sequence_conv_pool() * Fix a bug in test_recommender_system.py * Just skip test_evaluator
-
- 02 11月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "add sequence conv layer" * "add book recommender_system testing" * "add training loop" * "add sequence layer" * "add recommender system training data" * "fix conv2d layer bug" * add sequence_conv_pool * "fix input is Null" * add networks * "fix based comment" * "add sum op layer" * "merge layers" * Update layers.py * "fix input is NULL bug" * "debug embedding table" * "modify layers.py" * "fix pool interface" * "add export type to layers" * "fix based on comment" * "need lod info support in all operator" * "remove accuracy layer" * "tuning learning rate" * "add sparse test" * "add gpu test" * Update test_recommender_system.py
-