Closed helloybz closed 3 years ago
Hi.
I can't get how it is guaranteed that the discriminators' outputs are in (0, 1)???
In either DiscriminatorS in hifi-gan/models.py or DiscriminatorP in hifi-gan/models.py, I cannot find sigmoid-like stuffs.
DiscriminatorS in hifi-gan/models.py
DiscriminatorP in hifi-gan/models.py
But while computing losses of the discriminators in your implementations, it seems the outputs are treated as it is probabilities.
Ok, now i've read the LSGAN paper.
Hi.
I can't get how it is guaranteed that the discriminators' outputs are in (0, 1)???
In either
DiscriminatorS in hifi-gan/models.py
orDiscriminatorP in hifi-gan/models.py
, I cannot find sigmoid-like stuffs.But while computing losses of the discriminators in your implementations, it seems the outputs are treated as it is probabilities.