https://github.com/Microsoft/CNTK
Raw File
Tip revision: da1efd1dc54d9a169cf6c704e9a4ecb27e7fe4ed authored by RuiZhao on 12 July 2016, 21:39:04 UTC
disable frame drop
Tip revision: da1efd1
testcases.yml
dataDir: .

tags:
    # running on linux BVT job in 'E' (Examples) leg
    - bvt-e (build_sku == 'gpu') and (device=='cpu') and (flavor=='release')
    # running on linux Nightly job in 'E' (Examples) leg
    - nightly-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