-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conditional sampling #2
Comments
Yes, all the models can be conditional. I used conditional PixelCNN and
PixelSNAIL in the VQVAE2 implementation in my generative models repo here
<https://github.com/kamenbliznashki/generative_models>, where the pixel
models are used as priors and sampled from conditionally. Take a look at
vqvae_prior.py
…On Thu, Jul 2, 2020 at 7:44 AM Dashi-1997 ***@***.***> wrote:
Hello, Can your code implement conditional sampling?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3JPP7JOSXEW5TKF5UNLWTRZRXLFANCNFSM4OOZXMIQ>
.
|
Thanks for your reply! I am wondering about how to use conditions in VQ-VAE and I will read your code carefully. |
Hi, Can you please tell me how to train the Pixel CNN++ on other datasets besides the three datasets you `provided? This is my set data function but I have no idea how to add it to the model. Could you please help me with it? Thank you. |
Hi - the best way to include new datasets is to update |
Hello, Can your code implement conditional sampling?
The text was updated successfully, but these errors were encountered: