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
The discriminator loss function your used in paper us is" min(0,1-D_k(x))+ min(0,1+D_k(G(s,z)))" ,but u said in your paper it is hinge loss ,and u used the Relu method in your code. So I think it should be " max(0,1-D_k(x))+ max(0,1+D_k(G(s,z)))". Why is that
Maybe I am wrong QAQ
The text was updated successfully, but these errors were encountered:
The discriminator loss function your used in paper us is" min(0,1-D_k(x))+ min(0,1+D_k(G(s,z)))" ,but u said in your paper it is hinge loss ,and u used the Relu method in your code. So I think it should be " max(0,1-D_k(x))+ max(0,1+D_k(G(s,z)))". Why is that
Maybe I am wrong QAQ
The text was updated successfully, but these errors were encountered: