melgan-neurips icon indicating copy to clipboard operation
melgan-neurips copied to clipboard

Some questions about your paper

Open XinMing0411 opened this issue 4 years ago • 0 comments

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

XinMing0411 avatar Sep 07 '20 13:09 XinMing0411