https://github.com/Microsoft/CNTK
Raw File
Tip revision: 27f4b5d6f5830e41bfa8e8d5ffe3fcc0455d9762 authored by TJ on 01 October 2018, 22:46:00 UTC
Merge branch 'master' of https://github.com/Microsoft/CNTK into tix/fixExamples
Tip revision: 27f4b5d
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