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