https://github.com/Microsoft/CNTK
Revision d1ad5fcc9b71c9b6122623a2a0c3d126a64cbe94 authored by Zhou Wang on 01 October 2016, 15:07:28 UTC, committed by Zhou Wang on 01 October 2016, 15:07:28 UTC
1 parent 0025e65
Raw File
Tip revision: d1ad5fcc9b71c9b6122623a2a0c3d126a64cbe94 authored by Zhou Wang on 01 October 2016, 15:07:28 UTC
update the banner info to ouput 1.7.2
Tip revision: d1ad5fc
README.md
# Unit tests and end-to-end tests

The unit tests and end-to-end tests provided in this folder are run as part 
of the checkin workflow on the build server. You can run all tests locally 
to verify that your code changes didn't break any test.

How to run unit tests and end-to-end test is described in the CNTK wiki on github at

https://github.com/Microsoft/CNTK/wiki/How-to-Test
back to top