update multiverso to latest version.
This commit is contained in:
Родитель
c3fae1003a
Коммит
4aa20172d9
|
@ -4,6 +4,7 @@
|
||||||
// the header files in ..\Multiverso\include
|
// the header files in ..\Multiverso\include
|
||||||
#include <multiverso/multiverso.h>
|
#include <multiverso/multiverso.h>
|
||||||
#include <multiverso/table/array_table.h>
|
#include <multiverso/table/array_table.h>
|
||||||
|
#include <multiverso/util/configure.h>
|
||||||
#pragma comment(lib, "IMultiverso.lib")
|
#pragma comment(lib, "IMultiverso.lib")
|
||||||
|
|
||||||
#ifndef CPUONLY
|
#ifndef CPUONLY
|
||||||
|
@ -142,9 +143,6 @@ namespace Microsoft {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Todo: support auto adjust learning rate
|
|
||||||
void LearningrateSync(){ throw("not implement yet."); };
|
|
||||||
|
|
||||||
//ASGD logic
|
//ASGD logic
|
||||||
void PushAndPullModel(const std::list<ComputationNodeBasePtr> & learnableNodes)
|
void PushAndPullModel(const std::list<ComputationNodeBasePtr> & learnableNodes)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5a781ac07bdbc3c46d62cbad822edf5d26fdfaa9
|
Subproject commit ba441a5269887723fb447d573603bbe79d882e03
|
Загрузка…
Ссылка в новой задаче