https://github.com/Microsoft/CNTK
Raw File
Tip revision: ce7075b03cd6201e887a097d7e9138b2bc524ce2 authored by Spandan Tiwari on 01 August 2018, 19:00:54 UTC
Updating input image size requirement to include lower and upper paddingin ConvolveGeometry.
Tip revision: ce7075b
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