-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding file to get the trained model for denovo identification
- Loading branch information
1 parent
87ab7fb
commit 64a16fc
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Use the script above to download the model to this folder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Downloading Kaiko Pre-trained model | ||
wget ftp://massive.ucsd.edu/MSV000083150/updates/2019-01-08_mwang87_5b6489dc/other/model/checkpoint | ||
wget ftp://massive.ucsd.edu/MSV000083150/updates/2019-01-08_mwang87_5b6489dc/other/model/translate.ckpt-2123500.data-00000-of-00001 | ||
wget ftp://massive.ucsd.edu/MSV000083150/updates/2019-01-08_mwang87_5b6489dc/other/model/translate.ckpt-2123500.index | ||
|
||
# Downloading knapsack | ||
wget ftp://massive.ucsd.edu/MSV000083150/updates/2019-01-08_mwang87_5b6489dc/other/model/knapsack.npy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters