Skip to content

Commit

Permalink
updated to the latest BindingDB database updated 2020-12-01 (#68)
Browse files Browse the repository at this point in the history
* updated to the latest BindingDB database updated 2020-12-01

* typo

Co-authored-by: Ken Kao <[email protected]>
  • Loading branch information
pykao and Ken Kao authored Dec 30, 2020
1 parent f30b022 commit 7aed182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DeepPurpose/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def download_BindingDB(path = './data'):
if not os.path.exists(path):
os.makedirs(path)

url = 'https://www.bindingdb.org/bind/downloads/BindingDB_All_2020m2.tsv.zip'
url = 'https://www.bindingdb.org/bind/downloads/BindingDB_All_2020m11.tsv.zip'
saved_path = wget.download(url, path)

print('Beginning to extract zip file...')
Expand Down
2 changes: 1 addition & 1 deletion Tutorial_1_DTI_Prediction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"source": [
"(**Model configuration generation**) Now, we initialize a model with its configuration. You can modify almost any hyper-parameters (e.g., learning rate, epoch, batch size), model parameters (e.g. hidden dimensions, filter size) and etc in this function. The supported configurations are listed here in this [link](https://github.com/kexinhuang12345/DeepPurpose/blob/e169e2f550694145077bb2af95a4031abe400a77/DeepPurpose/utils.py#L486).\n",
"\n",
"For the sake of example, we specify the epoch size to be 3, and set the model parameters to be small so that you can run on both CPUs & GPUs quickly and can proceed to the next steps. For a reference parameters, checkout the notebooks in the DEMO folder."
"For the sake of example, we specify the epoch size to be 5, and set the model parameters to be small so that you can run on both CPUs & GPUs quickly and can proceed to the next steps. For a reference parameters, checkout the notebooks in the DEMO folder."
]
},
{
Expand Down

0 comments on commit 7aed182

Please sign in to comment.