Skip to content

Commit

Permalink
Disable / work-around flaky tests pending further investigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed May 18, 2016
1 parent 3fd2310 commit 512216d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Examples/Image/MNIST/Config/02_Convolution.cntk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ ndlMacros = "$ConfigDir$/Macros.ndl"
traceLevel=1
numMBsToShowResult=500

prefetch=true
# Note: turn off prefetching; known to crash UCIFastReader occasionally.
prefetch=false

# If set to true, always initialize the network on CPU, making initialization consistent across CPU and GPU targets (for testing).
initOnCPUOnly=true
Expand Down
3 changes: 2 additions & 1 deletion Examples/Image/Miscellaneous/CIFAR-10/01_Conv.cntk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ imageLayout = "cudnn"
# If set to true, always initialize the network on CPU, making initialization consistent across CPU and GPU targets (for testing).
initOnCPUOnly=true

prefetch = "true"
# Note: turn off prefetching; known to crash UCIFastReader occasionally.
prefetch = "false"

command = Train:Test

Expand Down
3 changes: 2 additions & 1 deletion Examples/Image/Miscellaneous/CIFAR-10/02_BatchNormConv.cntk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ imageLayout = "cudnn"
# If set to true, always initialize the network on CPU, making initialization consistent across CPU and GPU targets (for testing).
initOnCPUOnly=true

prefetch = "true"
# Note: turn off prefetching; known to crash UCIFastReader occasionally.
prefetch = "false"

command = Train:Test

Expand Down
3 changes: 2 additions & 1 deletion Examples/Image/Miscellaneous/CIFAR-10/05_ConvLocal.cntk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ imageLayout = "cudnn"
# override the above as follows when running on CPU:
# deviceId = -1

prefetch = "true"
# Note: turn off prefetching; known to crash UCIFastReader occasionally.
prefetch = "false"

command = Train:Test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ dataDir: ../../../../Speech/Data

# running in 'E' (Examples) leg
tags:
# TODO disabled; sometimes doesn't pass baseline. Need to investigate (WI # 430)
# due to time, only in 1BitSGD, GPU and release
- nightly-e (build_sku == '1bitsgd') and (flavor=='release') and (device=='gpu') and (os=='linux')
#- nightly-e (build_sku == '1bitsgd') and (flavor=='release') and (device=='gpu') and (os=='linux')

testCases:
CNTK Run must be completed:
Expand Down

0 comments on commit 512216d

Please sign in to comment.