Skip to content

Commit

Permalink
updated ImageHandsOn parallelization setup
Browse files Browse the repository at this point in the history
  • Loading branch information
frankseide committed Aug 26, 2016
1 parent 923b6f2 commit 6412e9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Tutorials/ImageHandsOn/ImageHandsOn_Task6.cntk
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ TrainConvNet = {
parallelizationMethod = "DataParallelSGD"
parallelizationStartEpoch = 1
distributedMBReading = true
dataParallelSGD = { gradientBits = 64 }
dataParallelSGD = { gradientBits = 2 }
}
AutoAdjust = {
autoAdjustMinibatch = true # enable automatic growing of minibatch size
minibatchSizeTuningFrequency = 5 # try to enlarge after this many epochs
numMiniBatch4LRSearch = 500
minibatchSizeTuningMax = 15000 # out of memory above this
}
#AutoAdjust = {
# autoAdjustMinibatch = true # enable automatic growing of minibatch size
# minibatchSizeTuningFrequency = 5 # try to enlarge after this many epochs
# numMiniBatch4LRSearch = 500
# minibatchSizeTuningMax = 15000 # out of memory above this
#}
}

reader = {
Expand Down

0 comments on commit 6412e9b

Please sign in to comment.