avelezarce
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ AttentiveFP is a Graph Attention Network-based molecular representation learning
|
|
43 |
from tdc import tdc_hf_interface
|
44 |
tdc_hf = tdc_hf_interface("CYP3A4_Veith-AttentiveFP")
|
45 |
# load deeppurpose model from this repo
|
46 |
-
dp_model =
|
47 |
tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
|
48 |
```
|
49 |
|
|
|
43 |
from tdc import tdc_hf_interface
|
44 |
tdc_hf = tdc_hf_interface("CYP3A4_Veith-AttentiveFP")
|
45 |
# load deeppurpose model from this repo
|
46 |
+
dp_model = tdc_hf.load_deeppurpose('./data')
|
47 |
tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
|
48 |
```
|
49 |
|