You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this just a binary crossentropy? if it's just a binary crossentropy can I use the loss defined in DCGAN?
And you put a minus sign to make a positive return value am I correct?
I find that your implementation is the closest to those implemented in papers but slightly different in the sign of value.
The text was updated successfully, but these errors were encountered:
Hello Sir, Thanks for a very useful repository about GANs.
Would mind clarifying something about GAN loss? It's about the "sign" return by
d_loss_fn
andg_loss_fn
in this snippet.Is this just a binary crossentropy? if it's just a binary crossentropy can I use the loss defined in DCGAN?
And you put a minus sign to make a positive return value am I correct?
I find that your implementation is the closest to those implemented in papers but slightly different in the sign of value.
The text was updated successfully, but these errors were encountered: