DST icon indicating copy to clipboard operation
DST copied to clipboard

Error run vocabulary.py

Open VincentH23 opened this issue 2 years ago • 3 comments

Hi! I'm very interesting in your works. I would like to reproduce your results but I have a problem when I run vocabulary.py error :"rdkit.Chem.rdchem.KekulizeException: Can't kekulize mol. Unkekulized atoms: 23"

Could you help me please ?

VincentH23 avatar Aug 30 '22 10:08 VincentH23

hi Vincent,

sorry for late response! I didn't get the same error. But I think you can use the extracted vocabulary to run DST, which is available in this repository.

Also, the latest DST version is in the benchmark, where we train the GNN model online to save oracle calls. you can run DST based on one-line code: "python run.py DST --task production --n_runs 5 --oracles qed".

free feel to raise an issue if it doesn't work. thanks for your interest!

futianfan avatar Sep 12 '22 02:09 futianfan

Hi! I'm very interesting in your works. I would like to reproduce your results but I have a problem when I run vocabulary.py error :"rdkit.Chem.rdchem.KekulizeException: Can't kekulize mol. Unkekulized atoms: 23"

Could you help me please ?

Hi Vincent,

I met the same error using rdkit==2022.03.5. I reinstall the rdkit with version 2020.09.1.0 as the article said, and the error is fixed.

If you are stilled confused by this problem, I hope this will help you.

bbjy avatar Oct 20 '22 04:10 bbjy

thanks for clarify this @bbjy

futianfan avatar Oct 20 '22 04:10 futianfan