https://github.com/Microsoft/CNTK
Raw File
Tip revision: 9894f36d8f10390823f8fb5043bdc1780abf12c1 authored by Rui Zhao (SPEECH) on 31 July 2017, 21:41:00 UTC
fix tab issue
Tip revision: 9894f36
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 documentation: https://docs.microsoft.com/en-us/cognitive-toolkit/How-to-Test
back to top