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
In this file, I am getting the following error. Could you please help on this.
"DrugGEN/new_dataloader.py", line 51, in _generate_encoders_decoders
molecule_size = mol.GetNumAtoms()
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'GetNumAtoms'
Thank you
The text was updated successfully, but these errors were encountered:
Can you give us a bit more context about the origin of this error? We have a hard time understanding why this occurred. If you send the whole error message, which dataset you used, which command you used etc., we can better locate the problem. Thanks.
In this file, I am getting the following error. Could you please help on this.
"DrugGEN/new_dataloader.py", line 51, in _generate_encoders_decoders
molecule_size = mol.GetNumAtoms()
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'GetNumAtoms'
Thank you
The text was updated successfully, but these errors were encountered: