- 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
-