Open VincentH23 opened 2 years ago
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!
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.
thanks for clarify this @bbjy
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 ?