https://github.com/Microsoft/CNTK
Raw File
Tip revision: bc7db8cccb035c3ef5ac9b9993709e221c705c8a authored by yuqtang on 31 July 2017, 20:39:28 UTC
Modified SequenceDataBase::GetSampleShape to const and modified the MinibatchSourceConfig to allow the constructor take more parameters.
Tip revision: bc7db8c
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