https://github.com/Microsoft/CNTK
Raw File
Tip revision: 4cf6e438ac7e77b9e9956433ec343ac030b8a842 authored by Spandan Tiwari on 07 December 2017, 01:47:28 UTC
Removing auto_pad from conv, convTranspose, and pooling ONX ops. convTranspose not working.
Tip revision: 4cf6e43
baseline.txt
+ ./TestDriver.py run -s gpu -d gpu -f release TestDriverTest/EmptyTest
CNTK Test Driver is started
Running tests:  TestDriverTest/EmptyTest
Build location: /cygdrive/c/Users/mahilleb/Repos/CNTK2/x64
Build SKU:      gpu
Run location:   /tmp/cntk-test-20170118204425.248953
Flavors:        release
Devices:        gpu

Running test TestDriverTest/EmptyTest (release gpu) - [OK] 0.10 sec
1/1 tests passed, 0 failed
+ echo __COMPLETED__
__COMPLETED__
back to top