forked from mrq/ai-voice-cloning
5 hour sleep brained
This commit is contained in:
parent
cd8702ab0d
commit
b5e9899bbf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user