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
We provide more than 10 pretrained models. Please see [Pretraining Model Tutorial](DEMO/load_pretraining_models_tutorial.ipynb) on how to load them. It is as simple as
594
594
595
595
```python
596
-
from DeepPurpose import models
596
+
from DeepPurpose importDTIasmodels
597
597
net = models.model_pretrained(model='MPNN_CNN_DAVIS')
0 commit comments