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
Hi, I currently encounter an issue about RdkitGridFeaturizer in deepchem. This featurizer cannot featurize the datapoint since last monday. Two weeks ago, I used this RdkitGridFeaturizer to featurize the datapoint and this featurizer worked well. However, last Monday I used the same code to featurize the datapoint and the RdkitGridFeaturizer failed to featurize the datapoint. I set up the environment based on the deepchem tuturioal e-book and use Colab. I attach my code here and screenshot here.
Hi @UNCG-JSNN, I don't see any recent changes that should impact your workflow. We’ll investigate further to identify any updates that might have affected RdkitGridFeaturizer. In the meantime, you can install DeepChem from source and revert to a commit prior to November 4th.
Hi, I currently encounter an issue about RdkitGridFeaturizer in deepchem. This featurizer cannot featurize the datapoint since last monday. Two weeks ago, I used this RdkitGridFeaturizer to featurize the datapoint and this featurizer worked well. However, last Monday I used the same code to featurize the datapoint and the RdkitGridFeaturizer failed to featurize the datapoint. I set up the environment based on the deepchem tuturioal e-book and use Colab. I attach my code here and screenshot here.
featurizer = dc.feat.RdkitGridFeaturizer(voxel_width=2.0
, feature_types=['ecfp', 'splif', 'salt_bridge', 'hbond']
, flatten=True
, sanitize=True)
tasks, datasets, transformers = dc.molnet.load_pdbbind(featurizer=featurizer, set_name="refined", reload=True,
data_dir='/content/drive/MyDrive/Conda',
save_dir='/content/drive/MyDrive/Conda')
The text was updated successfully, but these errors were encountered: