tensorflow-generative-model-collections icon indicating copy to clipboard operation
tensorflow-generative-model-collections copied to clipboard

Collection of generative models in Tensorflow

Results 24 tensorflow-generative-model-collections issues
Sort by recently updated
recently updated
newest added

Thank you for your working and sharing. I learned a lot from them. However, I have a question about the VAE implementation. In VAE.py, you calculate the marginal_likelihood as an...

Hey @hwalsuklee, Thanks for sharing your code which helps me a lot. I have a question about the linear function in ops.py I would be appreciated if you can explain...

I've noticed an inefficiency in the CGAN code. When we append the one-hot encoded labels to the image, they influence the training gradients a lot. Instead, I've noticed that scaling...

Make sure it works in win

Thanks for your contribution! A problem occurs when I am training ACGAN without tuning any parameters which is shown as follows: As the training process goes on, the loss of...

thanks you code , when i read the code , the discriminator use sigmoid output, but you also return D_real_logits ,and when caluate the loss real or fake ,you use...

Thanks for the nicely orgnized code, I learned a lot from it. But I have question about the CVAE's input, you just append y's 1-hot code to the last dimension...

This is a great collection of generative models for TensorFlow, all nicely wrapped in a common class interface. I'd like to use this as a basis for ongoing work I'm...

Hi,I have run your VAE and CVAE models, but I found that it converged very fast, didn't need more than 2 or 3 epoch, but the results in them are...

This is a shameful bug... Obviously the part I edited was copied directly from the Github repo of improved training for Wasserstein GANs. However, in the author's code, the image...