From a2a11caeb46898751f58a104f5169a9f74b86d72 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Sun, 26 Nov 2017 10:59:32 -0500
Subject: [PATCH] update

---
 downloads-generation/models_class1_experiments1/GENERATE.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/downloads-generation/models_class1_experiments1/GENERATE.sh b/downloads-generation/models_class1_experiments1/GENERATE.sh
index ae40082a..fd137cad 100755
--- a/downloads-generation/models_class1_experiments1/GENERATE.sh
+++ b/downloads-generation/models_class1_experiments1/GENERATE.sh
@@ -37,7 +37,7 @@ time mhcflurry-class1-train-allele-specific-models \
     --allele $ALLELES 2>&1 | tee -a LOG.standard.txt &
 
 # Model variations on qualitative + quantitative
-for mod in 0local_noL1 0local 2local widelocal dense16 dense64 noL1 onehot embedding
+for mod in 0local_noL1 0local 2local widelocal dense8 dense16 dense64 noL1 onehot embedding
 do
     cp $SCRIPT_DIR/hyperparameters-${mod}.yaml .
     mkdir models-${mod}
-- 
GitLab