You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your outstanding work and sharing!
This WARNING occured while predicting the mass spectra of some smiles codes using your pre-trained model:
The model then stops continuing the prediction.
This suggests that it may be due to a problem with the input smiles codes, but I checked the 1840th smiles code entered: ‘CC1=CC2Cc3nc4cc(Cl)cccc4c(NCCCNCCCNc4c5c(nc6ccccc46)CCCC5)c3C(C1)C2 ‘. Locally rdkit recognises this smiles code without this WARNING. What could be the reason for this kind of problem and how can I change the code or check in advance if the input smiles code can be used for prediction.
Thanks again for your outstanding work. I appreciate all your help!
The text was updated successfully, but these errors were encountered:
I tried parsing the compound that you provided with the version of rdkit used for the project (2021.03.3) and it was unable to parse. Can you confirm that you are using the correct rdkit version?
In any case, you could simply modify the code (or your input file) to skip this compound.
As your valuable suggestion, I have filtered out the smiles codes in the input data that cannot be processed properly. The processed smiles code can perform the series of operations from "mol_from_smiles" to "init_from_smiles" normally. However, when executing "inference", a new issue appeared. May I ask what could be the reason for this issue and how can I solve this error?
It seems like the preprocessing failed, since there is an instance of a molecule that is not a SMILES string or an RDKit mol object. Maybe you should take a look at that one?
Thank you for your outstanding work and sharing!
This WARNING occured while predicting the mass spectra of some smiles codes using your pre-trained model:
The model then stops continuing the prediction.
This suggests that it may be due to a problem with the input smiles codes, but I checked the 1840th smiles code entered: ‘CC1=CC2Cc3nc4cc(Cl)cccc4c(NCCCNCCCNc4c5c(nc6ccccc46)CCCC5)c3C(C1)C2 ‘. Locally rdkit recognises this smiles code without this WARNING. What could be the reason for this kind of problem and how can I change the code or check in advance if the input smiles code can be used for prediction.
Thanks again for your outstanding work. I appreciate all your help!
The text was updated successfully, but these errors were encountered: