Closed czzerone closed 3 years ago
Hi @czzerone, it is quite difficult to judge how well the training is going in terms of losses usually, since depending on what loss you use (hinge loss, wasserstein loss etc.), the curves can look very different.
That said, I think a few approaches might help:
Hope this helps and happy researching!
Thanks for your code! I am trying to add a new module to the SNGAN model, but I don't know how to judge my model is correct during the training since it's not like the classification task which can use the loss function to judge if the classifier is trained well. Can you give me some advice on it? thanks!