-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
unpaired images #126
Comments
Your D_X_loss might be too small. It indicates that the discriminator is winning easily. The loss in GANs training might not be as informative as classification tasks. I recommend that you look at the visual results directly. |
I used semisupervised cyclegan . the losses are DA = 0.007 and GA = 0.8 .do you think the model is failed? if my model is failed what should i do ? |
In the end I have not used cyclegan, I have used srgan
El dom, 3 jul 2022 a las 6:11, kiyaaabdian ***@***.***>)
escribió:
… I used semisupervised cyclegan . the losses are DA = 0.007 and GA = 0.8
.do you think the model is failed? if my model is failed what should i do ?
—
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYSCNXAWATTHIRLX7ICXVTVSEHGXANCNFSM4JLT5NSQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i use cycleGAN with unpaired images
do you think G_los =0.204 , G_Y_loss =0.201 , F_loss=0.8102 and D_X_loss=3.28e-05
is good or not and how i know if my model is in the good way or not
The text was updated successfully, but these errors were encountered: