- fixed crash draw on hidden

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@647 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-08 18:34:21 +00:00
parent fb151804b2
commit f1cc0c2659
+1 -1
View File
@@ -195,7 +195,7 @@ void RbmComponent::onDraw(DrawComponent &obj)
{ {
if (&obj == DrawHidden) if (&obj == DrawHidden)
{ {
upPass(obj.getData()); downPass(toVisibleProbs(obj.getData()));
} }
if (&obj == DrawTraining) if (&obj == DrawTraining)
{ {