-
Notifications
You must be signed in to change notification settings - Fork 21
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
Question about using model on my datasets #28
Comments
And this is my history.csv |
Hi @keruoya, The history file looks ok to me. The resulting image also contains some information (I played with color thresholds in an image editor and there is a clear hidden structure in the image). I think, it is possible that the model was not trained long enough (with epoch = 20, this may happen if the training dataset is very small)? For reference, our generator is exponentially averaged with momentum of 0.9999. So, it takes ~10000 training iterations to just overwrite the initial (random) state of the generator. I was wondering if it would be possible to continue the training for a little bit longer and see if it get better? Otherwise, there are are few other things one may check to investigate this issue: |
And the size of my datasets is 4000,is this too small?Thank you for your suggestion! |
Hi @keruoya, Thank you for elaboration!
No, this should be more than enough (assuming 4000 training samples). Looking over your images, I do see some structure in both So, I would recommend increasing these values by a factor of 10 (or 100, depending on the dataset) and trying the training again. If that still does not help, another thing that may be helpful is replacing |
hey just wanted to know if any of the above mentioned steps helped to produce a colour accurate image and not just a gray one, i have the same issue and tweaking lambda_a and lambda_b just made hte gen_ab and gen_ba loss explode up |
hi, @Squishedmac I just replace weight initialization of the generators by the one.normal kaiming and continue training,and here is my loss |
"Hello! Thank you for your fantastic work. I'm training a model with my dataset, but the fake images from the 20th epoch are completely gray. Could this be due to an error in my operations, or because I haven't pre-trained the generator and I'm not using the models you provided?"
The text was updated successfully, but these errors were encountered: