Added a progress bar to NeuroUI

This commit is contained in:
Michael Mandl 2015-10-25 09:51:09 +01:00
parent 6943fc0116
commit 2b84b8a054
5 changed files with 18 additions and 0 deletions

View file

@ -54,6 +54,8 @@ void NetLearner::run()
}
myNet.backProp(targetValues);
emit progress((double)iteration / (double)numIterations);
}
}
catch (std::exception &ex)