chrisdonahue / wavegan

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

What are G_z/audio/0 and x/audio/0 generated in TensorBoard-Audio #39

Closed saraalemadi closed 5 years ago

saraalemadi commented 5 years ago

Hi Chris,

I was wondering what are the G_z/audio/0 and x/audio/0 audio clips generated in TensorBoard Audio tab. I have been looking for what they stand for but haven't found any information on that.

Thanks, Sara

chrisdonahue commented 5 years ago

They are samples from the current training batch for the generated and real audio respectively

saraalemadi commented 5 years ago

Thanks for the info @chrisdonahue