- added early stop of training

- fixed non-visible training data after load

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@554 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-10-17 19:48:14 +00:00
parent 0f2fe2b315
commit 2c2039ec2f
4 changed files with 25 additions and 7 deletions
+1
View File
@@ -90,6 +90,7 @@ private:
void run();
String m_baseDir;
TooltipWindow m_toolTipWindow;
bool m_doStop;
void clearTraining()
{
m_layers.clear();