- weightInit are construction time parameter

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@593 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-10-28 20:04:39 +00:00
parent 43dc764daa
commit 8a37ee6a69
5 changed files with 14 additions and 85 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ bool RbmLayer::saveWeights(const string &prjname)
Json::Value RbmLayer::toJson() const
{
std::cout << "Exporting RbmLayer " << to_string((int)m_id) << std::endl;
std::cout << "Exporting Layer " << to_string((int)m_id) << std::endl;
Json::Value layer;
layer["name"] = m_name;
layer["id"] = (int)m_id;