chrisdonahue / wavegan

WaveGAN: Learn to synthesize raw audio with generative adversarial networks
MIT License
1.32k stars 282 forks source link

How to get the discriminator? #72

Open Reagan1947 opened 4 years ago

Reagan1947 commented 4 years ago

I wanna use dicriminator individualy to evaluate the generator result.

spagliarini commented 4 years ago

Hi,

Did you tried/succeed to do so? I didn't try actively yet but I also would like to use the discriminator individually to compute the measure a posteriori.

Thanks!