FastSpeech2
FastSpeech2 copied to clipboard
optimizer and scheduler
Hi, why do you update learning rate before optimizer.step() in code? Should not we conduct optimizer.step() fist and then conduct scheduler.step()? Or is there some other consideration?
Hi, why do you update learning rate before optimizer.step() in code? Should not we conduct optimizer.step() fist and then conduct scheduler.step()? Or is there some other consideration?
Hi! Have you found an answer for your question?