caogang / wgan-gp

A pytorch implementation of Paper "Improved Training of Wasserstein GANs"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A question about Dcost

etoilestar opened this issue · comments

excuse me, can you tell me how can we get the result from descriminator and then muiltiply -1 as the cost? especially in mnist dataset, we use the sigmoid as the last layer, and the cost is negtive all the time, thank you