https://github.com/ChengBinJin/WGAN-GP-tensorflow/blob/9f27dd98513e223546790865e7d71676539b49a6/src/wgan_gp.py#L94 Hi, I would ask you an explanation of why did you calculate the gradient on the sigmoid instead of logits. Thanks!
WGAN-GP-tensorflow/src/wgan_gp.py
Line 94 in 9f27dd9
Hi, I would ask you an explanation of why did you calculate the gradient on the sigmoid instead of logits. Thanks!