You need to sign in or sign up before continuing.
- 12 5月, 2018 2 次提交
-
-
由 Jeff Wang 提交于
* Update the mnist test cases with the new API syntax. * Turn on the tests for MNIST * delete the test files got merged accidently. * Enable the mnist tests. ready for test driven development. * Comment out the infer first This is to confirm that the Trainer.train is working * Add CMake file to include the tests * Make the train program only return avg_cost for now * Update the tests to use the latest syntax
-
由 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 4 次提交
-
-
由 typhoonzero 提交于
-
由 Luo Tao 提交于
-
由 chengduoZH 提交于
-
由 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, ..]
-
- 10 5月, 2018 4 次提交
- 09 5月, 2018 2 次提交
-
-
由 typhoonzero 提交于
-
由 Yang Yang 提交于
-
- 08 5月, 2018 8 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 Jeff Wang 提交于
* Save the base of the new test. * Create the notest_recognize_digits_conv and notest_recognize_digits_mlp * precommit check * Change the function name from _network to _program. Update several variable names to make them more consistant. Update the Inferencer construction call. * Fix the incorrect format.
-
由 Siddharth Goyal 提交于
* Add label semantic examples with new api * Address review comments * Address review comment
-
由 Jeff Wang 提交于
-
- 07 5月, 2018 13 次提交
-
-
由 chengduoZH 提交于
-
由 whs 提交于
* Fix clone function of Program to avoid memory leak. * Fix inference_optimize function of framework.py. * Reuse inference_optimize in framework.py. * Add comments.
-
由 Yancey 提交于
* fix trainer import error on ce * fix setup.py.in
-
由 chengduoZH 提交于
-
由 typhoonzero 提交于
-
由 Yu Yang 提交于
-
由 Yancey 提交于
-
由 qiaolongfei 提交于
-
由 Yancey 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
- 05 5月, 2018 3 次提交
-
-
由 typhoonzero 提交于
-
由 typhoonzero 提交于
-
由 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 4 次提交
-
-
由 Qingsheng Li 提交于
* Added auto transform to beam_search_decode_op * Added some comment * Added unittest for beam_search_decode_op on GPU
-
由 Yi Wang 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
* add test float16 inference accuracy example * complete the test * clean code * add argument parse and refine tests * add shell script * add float16 benchmark code * refine code * prepare for contrib/float16 * put things in contrib float16 folder * update benchmark result * further update benchmark report * add float16 inference report * update report
-