TransVAE icon indicating copy to clipboard operation
TransVAE copied to clipboard

A Transformer Based VAE Architecture for De Novo Molecular Design

Results 5 TransVAE issues
Sort by recently updated
recently updated
newest added

--char_weights_path my_char_weights.npy. How to design my_char_weights.npy if I change the token?

Whether this vae model has limited the longest length of the input SMILES, and has not set it as a hyperparameter that can be changed?

Dimension of mu and logvar is (Batch x d_latent). If we just calculate mean of all as previously implemented, this would result in mean of all d_latent regardless of individual...

Hi, thank you for making your code public! when running the command provided in the "Sampling" section of the README ``` python scripts/sample.py --model transvae --model_ckpt checkpoints/trans4x-256_zinc.ckpt --mols data/zinc_train.txt --sample_mode...

Sir, Thanks for sharing your work which is a great help. I am not able to download the dataset from the given link so not able to recreate the results....