https://github.com/Microsoft/CNTK
Raw File
Tip revision: 7e12e274e6e3b82c271dd27d73b247155d83bd39 authored by Rui Zhao (SPEECH) on 26 April 2018, 05:16:09 UTC
fix MBlayout with hack
Tip revision: 7e12e27
testcases.yml
isPythonTest: True

dataDir: .

tags:
    - bvt-e (build_sku == 'gpu') and (device == 'cpu') and (flavor == 'release')
    - nightly-e (build_sku == 'gpu') and (device == 'cpu') and (flavor == 'release')
    - weekly-e (build_sku == 'gpu') and (device == 'cpu') and (flavor == 'release')

testCases:
  PyTest run must finish with error code 0 (outputs __COMPLETED__ in that case):
    patterns:
      - __COMPLETED__
back to top