Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error run vocabulary.py #2

Open
VincentH23 opened this issue Aug 30, 2022 · 3 comments
Open

Error run vocabulary.py #2

VincentH23 opened this issue Aug 30, 2022 · 3 comments

Comments

@VincentH23
Copy link

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 ?

@futianfan
Copy link
Owner

futianfan commented Sep 12, 2022

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!

@bbjy
Copy link

bbjy commented Oct 20, 2022

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.

@futianfan
Copy link
Owner

thanks for clarify this @bbjy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants