pytorch_geometric icon indicating copy to clipboard operation
pytorch_geometric copied to clipboard

Consider updating smiles.py to avoid discrepancy between RDKit hybrid…

Open bmp192529 opened this issue 9 months ago • 0 comments

…izations and x_map

I encountered an error in training my own model where some SMILEs strings contained atoms classified as SP2D by RDKit. In the end, it turned out there were only 3 such SMILEs strings in my data that were preventing interpretation of thousands of others. This works at least as a temporary solution.

bmp192529 avatar Apr 03 '25 23:04 bmp192529