From 0231550287f6e9245c7446fd8d462931aabd88e7 Mon Sep 17 00:00:00 2001 From: mrq Date: Sun, 5 Mar 2023 18:27:16 +0000 Subject: [PATCH] forgot to remove a debug print --- src/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.py b/src/utils.py index 0f361c8..fd0851c 100755 --- a/src/utils.py +++ b/src/utils.py @@ -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: