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 6412e9b commit bc60bbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tutorials/ImageHandsOn/ImageHandsOn_Task6.cntk
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ TrainConvNet = {
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
autoAdjustMinibatch = true # enable automatic growing of minibatch size
minibatchSizeTuningFrequency = 10 # try to enlarge after this many epochs
numMiniBatch4LRSearch = 200
minibatchSizeTuningMax = 15000 # out of memory above this
}
}

Expand Down

0 comments on commit bc60bbe

Please sign in to comment.