-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advice about training result #585
Comments
it's already the 50+ epochs, and it seemed the model doesn't improve much. (the problem surely come from the lack of diversity of the training data 3568 synthetic/ 6519 realistic) but is there something i can do to improve the model performance ? |
my train config file |
I believe we had this conversation before, right ? This dataset cannot lead to much results IMO, I can find and resend my email about it if needed. |
If you wish to test on a dataset from the literature, gta5 to cityscapes is one, and there are others. |
Is there a specific methodology? During our last meeting I think I heard that you "restart the training", Is it related to when the model is doing poorly at some epochs which is detected visually throught the loss function or is at a specific way of training or do you just train in one go and change parameters according to your results after a training is over? |
I'll try on gtaV2cityscape as an external reference for the doability on this specific uc. |
This is to illustrate my argument: synth data has no trees/natural life basically, so the discriminator is pushing for them on fake images. Which is not what the goal is here. This is because synth and real domain need to have a purpose one to the other in reality. Also, classes between synth and real domains may not be the same, which is wrong and makes semantic conservation much more difficult. |
Hi, I have started a training recently and got some result which are not that great on the synthetic to realistic image style transfert.
I use the master branch of the code and got those result on the loss function.
The text was updated successfully, but these errors were encountered: