forked from mrq/ai-voice-cloning
oops, epoch increments twice
This commit is contained in:
parent
8b4da29d5f
commit
65329dba31
|
@ -542,7 +542,7 @@ class TrainingState():
|
|||
if line.find('%|') > 0 and not self.open_state:
|
||||
if owner:
|
||||
self.open_state = True
|
||||
elif lapsed:
|
||||
elif lapsed and self.open_state:
|
||||
if owner:
|
||||
self.open_state = False
|
||||
self.epoch = self.epoch + 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user