https://github.com/Microsoft/CNTK
Raw File
Tip revision: 654381f9071751b1e8c4cc7eb2821293a4e53861 authored by Ivan Stojiljkovic on 29 December 2016, 15:45:18 UTC
cpuinfo
Tip revision: 654381f
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