Hi! I got a few question regarding the graphs visualized on the Tensorboard:
-
Why there is no Validation Loss graph but instead EvalStat graph
visualized there? Since during training i provide both Training set and
Validation set. -
Why there is Evaluation Stat graph there? since i never provide Testing set
during the training?What is the purpose of having EvalStat graph and what can we know
from that graph? -
Among loss_decoder, loss_postnet and stop_loss, which one
should be really important and to be focused on ? -
How can i know that my current models is overfitting or not since no
Validation graph provided??