This commit is contained in:
Qiwei Ye 2016-11-08 21:29:28 +08:00
Родитель c0f2fbf5da
Коммит f1c5ac2c47
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -97,7 +97,7 @@ public:
m_adjustCoefficient(adjustCoef), m_adjustMBNumber(adjustPerMinibatches),
m_totalClientNumber(nodeNumRanks), m_useAsyncBuffer(useAsyncBuffer),
m_traceLevel(traceLevel), m_ModelAveragingSGDSimulating(isSimulatedModelAveragingSGD), m_doesEveryNodesShouldSynced(false),
m_syncPerfStats(syncPerfStats)
m_syncPerfStats(syncPerfStats), m_isInitialized(false)
{
if (m_ModelAveragingSGDSimulating)
{