1. 25 5月, 2018 1 次提交
  2. 24 5月, 2018 7 次提交
  3. 23 5月, 2018 2 次提交
  4. 22 5月, 2018 1 次提交
  5. 19 5月, 2018 2 次提交
  6. 18 5月, 2018 1 次提交
  7. 17 5月, 2018 3 次提交
  8. 16 5月, 2018 1 次提交
  9. 15 5月, 2018 2 次提交
  10. 14 5月, 2018 2 次提交
  11. 12 5月, 2018 2 次提交
    • J
      [Test-driven] Recognize Digit: update mnist test cases with the new API syntax. (#10507) · 177324b0
      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
      177324b0
    • Q
      Add inferencer infer (#10445) · 2a971f30
      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
      2a971f30
  12. 11 5月, 2018 1 次提交
    • F
      trainer.test() (#10453) · ba57348f
      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, ..]
      ba57348f
  13. 10 5月, 2018 1 次提交
  14. 09 5月, 2018 1 次提交
  15. 08 5月, 2018 3 次提交
  16. 04 5月, 2018 3 次提交
  17. 03 5月, 2018 2 次提交
    • A
      Write the Understand Sentiment book example with stacked LSTM using new API (#10355) · 3000e994
      Abhinav Arora 提交于
      * Add understand apiu with stacked lstm for new API
      
      * Complete exam
      3000e994
    • H
      improve trainer API · a66052c6
      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"
      a66052c6
  18. 02 5月, 2018 5 次提交