Skip to content

Commit 3bc1745

Browse files
author
Timur Gilmullin
committed
little comment fix
1 parent cc4b036 commit 3bc1745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyBrainLearning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ def Train(self):
822822
FCLogger.info('Best network saved to file: ' + os.path.abspath(self.bestNetworkFile))
823823
FCLogger.info('Common information about best network saved to file: ' + os.path.abspath(self.bestNetworkInfoFile))
824824

825-
# --- Stop train if best netwok found:
825+
# --- Stop train if the best network found:
826826
if self.currentFalsePercent <= self._stop:
827827
FCLogger.info('Current percent of false classificated vectors is {:.1f}% less than stop value {:.1f}%.'.format(self.currentFalsePercent, self._stop))
828828
break

0 commit comments

Comments
 (0)