- 04 6月, 2018 1 次提交
-
-
由 tangwei12 提交于
-
- 01 6月, 2018 1 次提交
-
-
由 tangwei12 提交于
-
- 31 5月, 2018 1 次提交
-
-
由 tangwei12 提交于
-
- 30 5月, 2018 6 次提交
- 29 5月, 2018 4 次提交
- 28 5月, 2018 1 次提交
-
-
由 tangwei12 提交于
-
- 23 5月, 2018 1 次提交
-
-
由 tangwei12 提交于
-
- 22 5月, 2018 1 次提交
-
-
由 tangwei12 提交于
-
- 18 5月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
-
- 17 5月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 16 5月, 2018 3 次提交
-
-
由 typhoonzero 提交于
-
由 Qiao Longfei 提交于
-
由 daminglu 提交于
-
- 14 5月, 2018 2 次提交
- 12 5月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
* add Inference.infer * optimize code * update no_test_word2vec_new_api.py * update trainer * split check_and_get_place * use inference_program to save inference model in Trainer * update demo * update save_inference_model * clean code
-
- 11 5月, 2018 1 次提交
-
-
由 fengjiayi 提交于
* a draft of trainer.test() * polish trainer.test() * polish trainer.test() * update code format * update * polish code * polish code * polish code * Make trainer.test follow the rule of returning [loss, metric, metric, ..]
-
- 08 5月, 2018 1 次提交
-
-
由 Jeff Wang 提交于
-
- 07 5月, 2018 2 次提交
- 05 5月, 2018 1 次提交
-
-
由 Jeff Wang 提交于
* Load/save the params from the params_path * Switch to use load_persistables and save_persistables * Instaed of setup the executor to run program and scope. Pass the program to the load_persistables
-
- 04 5月, 2018 1 次提交
-
-
由 Helin Wang 提交于
Works with 1 trainer 1 pserver. 2 trainer 1 pserver will stuck at the end of first step, still investigating. The user only need to set envrionment variables to enable distributed training. run pserver: PADDLE_TRAINING_ROLE=PSERVER PADDLE_PSERVER_IPS=127.0.0.1 PADDLE_TRAINERS=2 PADDLE_CURRENT_IP=127.0.0.1 python no_test_word2vec_new_api.py run trainer: PADDLE_TRAINING_ROLE=TRAINER PADDLE_PSERVER_IPS=127.0.0.1 PADDLE_TRAINERS=2 PADDLE_TRAINER_ID=0 python no_test_word2vec_new_api.py
-
- 03 5月, 2018 1 次提交
-
-
由 Helin Wang 提交于
- The trainer and inferencer will load params from disk if param_path argument is not None in their constructor. - Remove params.py, we will expose core.Scope to the user if needed (e.g., for GAN). Currently we will not expose it, unless we clearly know doing so can support GAN. - Add `save_params` to Trainer (a TODO item). - rename "network" to "program"
-
- 02 5月, 2018 5 次提交
-
-
由 Yu Yang 提交于
-
由 Helin Wang 提交于
-
由 Thuan Nguyen 提交于
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 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
-
- 23 5月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-