5 hour sleep brained

This commit is contained in:
mrq 2023-03-05 13:37:05 +00:00
parent cd8702ab0d
commit b5e9899bbf

View File

@ -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