avelezarce commited on
Commit
2e44bb9
1 Parent(s): 15d584d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ Morgan chemical fingerprint with an MLP decoder. The model is tuned with 100 run
48
  from tdc import tdc_hf_interface
49
  tdc_hf = tdc_hf_interface("BBB_Martins-Morgan")
50
  # load deeppurpose model from this repo
51
- dp_model = tdc_hf_herg.load_deeppurpose('./data')
52
  tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
53
  ```
54
 
 
48
  from tdc import tdc_hf_interface
49
  tdc_hf = tdc_hf_interface("BBB_Martins-Morgan")
50
  # load deeppurpose model from this repo
51
+ dp_model = tdc_hf.load_deeppurpose('./data')
52
  tdc_hf.predict_deeppurpose(dp_model, ['YOUR SMILES STRING'])
53
  ```
54