This commit is contained in:
Frank Seide 2016-09-16 20:29:11 -07:00
Родитель 1dfdb14808
Коммит 203df465dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,