Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mhc_rank
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick Skillman-Lawrence
mhc_rank
Commits
b651138e
Commit
b651138e
authored
7 years ago
by
Tim O'Donnell
Browse files
Options
Downloads
Patches
Plain Diff
Configure logging
parent
503b1b42
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mhcflurry/class1_affinity_prediction/train_allele_specific_models_command.py
+3
-1
3 additions, 1 deletion
...finity_prediction/train_allele_specific_models_command.py
with
3 additions
and
1 deletion
mhcflurry/class1_affinity_prediction/train_allele_specific_models_command.py
+
3
−
1
View file @
b651138e
...
...
@@ -14,7 +14,7 @@ import mhcnames
from
.class1_binding_predictor
import
Class1BindingPredictor
from
..common
import
configure_logging
def
normalize_allele_name
(
s
):
try
:
...
...
@@ -65,6 +65,8 @@ parser.add_argument(
def
run
():
args
=
parser
.
parse_args
(
sys
.
argv
[
1
:])
configure_logging
(
verbose
=
args
.
verbosity
>
1
)
hyperparameters_lst
=
json
.
load
(
open
(
args
.
hyperparameters
))
assert
isinstance
(
hyperparameters_lst
,
list
)
print
(
"
Loaded hyperparameters list: %s
"
%
str
(
hyperparameters_lst
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment