- fixed Stack::saveWeights()
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@587 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -94,6 +94,7 @@ void Stack::saveWeights()
|
|||||||
while(pLayer)
|
while(pLayer)
|
||||||
{
|
{
|
||||||
pLayer->saveWeights();
|
pLayer->saveWeights();
|
||||||
|
pLayer = pLayer->upper;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user