Skip to content

Commit

Permalink
Merge pull request #117 from BaderLab/add-pretrained-CHED-base
Browse files Browse the repository at this point in the history
Add CHED base model
  • Loading branch information
JohnGiorgi committed Feb 2, 2019
2 parents e635883 + 6ab5ca5 commit f895049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion saber/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
# Google Drive File IDs for the pre-trained models
PRETRAINED_MODELS = {
'PRGE': '1xOmxpgNjQJK8OJSvih9wW5AITGQX6ODT',
'DISO': '1qmrBuqz75KM57Ug5MiDBfp0d5H3S_5ih'
'DISO': '1qmrBuqz75KM57Ug5MiDBfp0d5H3S_5ih',
'CHED': '13s9wvu3Mc8fG73w51KD8RArA31vsuL1c',
}
# relative path to pre-trained model directory
PRETRAINED_MODEL_DIR = resource_filename(__name__, 'pretrained_models')
Expand Down

0 comments on commit f895049

Please sign in to comment.