Update README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ To load the pre-trained model, type
|
|
| 45 |
from tdc import tdc_hf_interface
|
| 46 |
tdc_hf = tdc_hf_interface("CYP3A4_Veith-CNN")
|
| 47 |
# load deeppurpose model from this repo
|
| 48 |
-
dp_model =
|
| 49 |
tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
|
| 50 |
```
|
| 51 |
|
|
|
|
| 45 |
from tdc import tdc_hf_interface
|
| 46 |
tdc_hf = tdc_hf_interface("CYP3A4_Veith-CNN")
|
| 47 |
# load deeppurpose model from this repo
|
| 48 |
+
dp_model = tdc_hf.load_deeppurpose('./data')
|
| 49 |
tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
|
| 50 |
```
|
| 51 |
|