CNTK/Tests
rpengms 4003c087a1
Merge fp16 brainscript work (#3606)
* FP16 BrainScript - address code review comments

* Remove Tab and fix debug build breaks

* Fix Linux Build breaks

* fp16 brain script - add _CRT_SECURE_NO_WARNINGS

* fp16 brain script - fix NetworkTests

* Update tests for model version change

* Remove changes for InputAndParamNodes

* Fix typo

* Remove redundant code

* Fix optional parameters
2019-03-20 11:36:16 -07:00
..
EndToEndTests disable Manual/Tutorial tests on Windows Python2.7 2019-03-17 14:36:13 -07:00
Install fix nightly issues related to onnx dependencies 2018-08-29 17:19:19 -07:00
UnitTests Merge fp16 brainscript work (#3606) 2019-03-20 11:36:16 -07:00
README.md

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