https://github.com/Microsoft/CNTK
Raw File
Tip revision: 75453bb6aa7d6de917eb35fb2919cd5d948ecda5 authored by Cheng Tang on 05 May 2017, 23:09:43 UTC
add keras learner
Tip revision: 75453bb
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')

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