https://github.com/Microsoft/CNTK
Raw File
Tip revision: 6b72436abd59225d70cc1eaef090775eb4589cf7 authored by Thiago Crepaldi on 09 April 2019, 19:54:42 UTC
Adds CNTK libs folder to LD_LIBRARY_PATH at CNTK init routine on Python
Tip revision: 6b72436
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