Skip to content
Snippets Groups Projects
Commit de4615fa authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

train very limited models on travis

parent cadc5480
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,14 @@ install:
- pip install .
- pip install coveralls
script:
# only installing A0101 and A0201 for testing purposes and with very limited
# training
- >
mhcflurry-train-class1-allele-specific-models.py
--alleles HLA-A0101 HLA-A0101
--embedding-size 4
--hidden-layer-size 4
--training-epochs 5
# run tests
- nosetests test --with-coverage --cover-package=mhcflurry && ./lint.sh
after_success:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment