https://github.com/Microsoft/CNTK
Raw File
Tip revision: 92738882d1e86c75b75fd08bf5c8872f9e94d697 authored by Cha Zhang on 14 August 2017, 15:46:35 UTC
Create a new Pretrained model folder.
Tip revision: 9273888
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