1. 13 6月, 2018 1 次提交
  2. 11 6月, 2018 2 次提交
  3. 09 6月, 2018 1 次提交
  4. 05 6月, 2018 2 次提交
  5. 31 5月, 2018 2 次提交
  6. 30 5月, 2018 2 次提交
  7. 26 5月, 2018 2 次提交
  8. 25 5月, 2018 6 次提交
  9. 24 5月, 2018 7 次提交
  10. 23 5月, 2018 2 次提交
  11. 22 5月, 2018 1 次提交
  12. 19 5月, 2018 2 次提交
  13. 18 5月, 2018 1 次提交
  14. 17 5月, 2018 3 次提交
  15. 16 5月, 2018 1 次提交
  16. 15 5月, 2018 2 次提交
  17. 14 5月, 2018 2 次提交
  18. 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