1
0
Fork 0

forgot to remove a debug print

master
mrq 2023-03-05 18:27:16 +07:00
parent d97639e138
commit 0231550287
1 changed files with 0 additions and 1 deletions

@ -836,7 +836,6 @@ class TrainingState():
if next_milestone:
# tfw can do simple calculus but not basic algebra in my head
est_its = (next_milestone - d1_loss) / deriv
print("Estimated iteration to next milestone", est_its)
if est_its >= 0:
self.metrics['loss'].append(f'Est. milestone {next_milestone} in: {int(est_its)}its')
else: