From b5e9899bbfa93acb6e12ef525d22c4962580d529 Mon Sep 17 00:00:00 2001 From: mrq Date: Sun, 5 Mar 2023 13:37:05 +0000 Subject: [PATCH] 5 hour sleep brained --- src/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.py b/src/utils.py index 4a0f9d5..3552ea9 100755 --- a/src/utils.py +++ b/src/utils.py @@ -812,7 +812,7 @@ class TrainingState(): dstep = d2_step - d1_step # don't bother if the loss went up - if True; # dloss < 0: + if True: # dloss < 0: its_remain = self.its - self.it inst_deriv = dloss / dstep