https://github.com/Microsoft/CNTK
Revision c2fd0e928e375cafda251631c70a9068908e26c2 authored by William Darling on 12 October 2016, 14:55:39 UTC, committed by William Darling on 12 October 2016, 14:55:39 UTC
1 parent 47d07fe
Raw File
Tip revision: c2fd0e928e375cafda251631c70a9068908e26c2 authored by William Darling on 12 October 2016, 14:55:39 UTC
initial docstrings filled in, some cntk.Axis changed to cntk.axis.Axis, but not all
Tip revision: c2fd0e9
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