forked from mrq/ai-voice-cloning
forgot to remove a debug print
This commit is contained in:
parent
d97639e138
commit
0231550287
|
@ -836,7 +836,6 @@ class TrainingState():
|
||||||
if next_milestone:
|
if next_milestone:
|
||||||
# tfw can do simple calculus but not basic algebra in my head
|
# tfw can do simple calculus but not basic algebra in my head
|
||||||
est_its = (next_milestone - d1_loss) / deriv
|
est_its = (next_milestone - d1_loss) / deriv
|
||||||
print("Estimated iteration to next milestone", est_its)
|
|
||||||
if est_its >= 0:
|
if est_its >= 0:
|
||||||
self.metrics['loss'].append(f'Est. milestone {next_milestone} in: {int(est_its)}its')
|
self.metrics['loss'].append(f'Est. milestone {next_milestone} in: {int(est_its)}its')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user