1
0
Fork 0

5 hour sleep brained

master
mrq 2023-03-05 13:37:05 +07:00
parent cd8702ab0d
commit b5e9899bbf
1 changed files with 1 additions and 1 deletions

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