Open bhadreshpsavani opened 2 years ago
Hi! This bug is because SchNet
requires the 3D conformations of molecules to perform its convolution. But the datasets.Clintox
dataset doesn't provide node positions for molecules. You can switch to datasets.QM9
and set node_position=True
in the argument instead.
For property prediction when we replace model to
SchNet
in the tutorial and keeping other parameters as it is, we recieves below error.Note: I used colab version of the tutorial.