no dmpnn model found
Open
- Dominant language
- Python
- Stars
- 7k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug
## To Reproduce
I tried this code:
`
graph_conv_loader = dc.data.CSVLoader(['pKi'], feature_field=smile_field_in_df, featurizer=dc.feat.DMPNNFeaturizer(use_edges=True))
`
found this error:
`AttributeError: module 'deepchem.feat' has no attribute 'DMPNNFeaturizer'`
## Expected behavior
## Environment
* OS:
* Python version:
* DeepChem version:
* RDKit version (optional):
* TensorFlow version (optional):
* PyTorch version (optional):
* Any other relevant information:
## Additional context
installed deepchem in this manner:
pip install --pre deepchem[torch]
Contributor guide
Assessment
This issue has not been assessed yet.