Skip to content

Commit

Permalink
(bug fix in 1-bit workaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankseide committed Sep 17, 2016
1 parent 1dfdb14 commit 203df46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SGDLib/SGD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ size_t SGD<ElemType>::SearchForBestMinibatchSize(ComputationNetworkPtr net,
EpochCriterion epochCriterion(EpochCriterion::Infinity());
TrainOneMiniEpochAndReloadModel(net, refNet, refNode, epochNumber,
numFramesToUseInSearch, trainSetDataReader,
learnRatePerSample, trialMinibatchSize, featureNodes,
learnRatePerSample, lastGoodMinibatchSize, featureNodes,
labelNodes, criterionNodes,
evaluationNodes, inputMatrices,
learnableNodes, smoothedGradients, smoothedCounts,
Expand Down

0 comments on commit 203df46

Please sign in to comment.