We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4b036 commit 3bc1745Copy full SHA for 3bc1745
1 file changed
PyBrainLearning.py
@@ -822,7 +822,7 @@ def Train(self):
822
FCLogger.info('Best network saved to file: ' + os.path.abspath(self.bestNetworkFile))
823
FCLogger.info('Common information about best network saved to file: ' + os.path.abspath(self.bestNetworkInfoFile))
824
825
- # --- Stop train if best netwok found:
+ # --- Stop train if the best network found:
826
if self.currentFalsePercent <= self._stop:
827
FCLogger.info('Current percent of false classificated vectors is {:.1f}% less than stop value {:.1f}%.'.format(self.currentFalsePercent, self._stop))
828
break
0 commit comments