https://github.com/Microsoft/CNTK
Raw File
Tip revision: 5a0dd3e3b57e97649651bb3d60662a33af820611 authored by Binbin Zhang on 18 April 2018, 06:50:48 UTC
refine tf v1
Tip revision: 5a0dd3e
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