https://github.com/Microsoft/CNTK
Revision 84633f442d54a2f6c3557e16fe76b74fe6f2ef17 authored by Spandan Tiwari on 21 August 2018, 21:52:16 UTC, committed by Spandan Tiwari on 21 August 2018, 21:52:16 UTC
1 parent b36347b
Raw File
Tip revision: 84633f442d54a2f6c3557e16fe76b74fe6f2ef17 authored by Spandan Tiwari on 21 August 2018, 21:52:16 UTC
Overhaul ConvTranpose for ONNX 1.2.2.
Tip revision: 84633f4
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