Skip to content

How Can I Tell If My Training Is Going Well Just by Checking Tensorboard ? #69

Answered by p0p4k
lpscr asked this question in Q&A
Discussion options

You must be logged in to vote

1 When should I stop the training process? or continue for further steps for improvement?

  • check mel loss and kl loss. Mel loss is about reconstructing the wav given real mel data. KL loss is predicting the compressed mel representation given text. When they converge (become lines with no slope) you can stop and try to test.
    2 How can I tell if my model is overfitting (learning too much from the training data)?
  • Try to check using inference.py and use the checkpoints in logs to see how the samples sound.
    3 How can I recognize if my model isn't learning effectively, so I should stop the training to avoid wasting time?
  • Yes and probably try overfitting a single batch of data to see whether th…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@lpscr
Comment options

Answer selected by lpscr
Comment options

You must be logged in to vote
1 reply
@p0p4k
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants