Added a progress bar to NeuroUI
This commit is contained in:
parent
6943fc0116
commit
2b84b8a054
5 changed files with 18 additions and 0 deletions
|
@ -54,6 +54,8 @@ void NetLearner::run()
|
|||
}
|
||||
|
||||
myNet.backProp(targetValues);
|
||||
|
||||
emit progress((double)iteration / (double)numIterations);
|
||||
}
|
||||
}
|
||||
catch (std::exception &ex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue