-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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 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 ?
The text was updated successfully, but these errors were encountered: