Skip to content

Commit ab4b1ce

Browse files
committed
Update QtTYNWidget.py
1 parent 3bc33c5 commit ab4b1ce

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/QtTYNWidget.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -521,15 +521,6 @@ def checkBeforeTraining(self):
521521
msgBox.exec()
522522
return
523523

524-
e1,e2,e3 = self.getEpochsPerStage()
525-
526-
if e1+e2+e3 != nepochs:
527-
msgBox = QMessageBox()
528-
msgBox.setWindowTitle(self.TAGLAB_VERSION)
529-
msgBox.setText("The total number of epochs should corresponds with the sum of the number of epochs of different stages.\nThere is something wrong, please check.")
530-
msgBox.exec()
531-
return
532-
533524
self.launchTraining.emit()
534525

535526
def analyzeDataset(self):

0 commit comments

Comments
 (0)