PS-VAE icon indicating copy to clipboard operation
PS-VAE copied to clipboard

This repo contains the codes for our paper: Molecule Generation by Principal Subgraph Mining and Assembling.

Results 4 PS-VAE issues
Sort by recently updated
recently updated
newest added

Great work! But I have some questions: In ChEBI, some molecules are non-connected, such as `O=C1O[C@H]([C@H](O)CO)C([O-])=C1O.[Na+]` where Na+ is an isolated ion. So I wonder if PS is able to...

Dear author, Hi. When running train.py for qm9 dataset, I met the following errors. > Traceback (most recent call last): File "D:\PaperCode\PS-VAE\src\train.py", line 133, in config = {**common_config(args), **encoder_config(args, vocab),...

Hi @kxz18 , I am trying to run your repo locally. I have the same package versions of the libraries you are using and I am getting `File ".../lib/python3.9/site-packages/pytorch_lightning/trainer/optimizers.py", line...

Hi, thanks so much for developing this amazing tool! I would really appreciate it if you could help me with an issue when I tried to apply it. In the...