1. 17 5月, 2018 1 次提交
  2. 16 5月, 2018 1 次提交
  3. 12 5月, 2018 1 次提交
    • 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
  4. 10 5月, 2018 1 次提交
  5. 08 5月, 2018 1 次提交
    • J
      Simplify fluid api recognize digit (#10308) · 380471f9
      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.
      380471f9