grammarVAE
grammarVAE copied to clipboard
Code for the "Grammar Variational Autoencoder" https://arxiv.org/abs/1703.01925
Results
3
grammarVAE issues
Sort by
recently updated
recently updated
newest added
Hi, Congrats on your amazing paper! I just have a question regarding the GVAE loss functions. It's not clear why you are using BCE instead of categorical cross-entropy. At each...
Hi, For implementing the bayesian optimization, in the decode_from_latent_space function, why did you pick the most popular samples? Thank you, Narges