Skip to content
Snippets Groups Projects
Commit f91a85cf authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

new architectures

parent ac3f874f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ time mhcflurry-class1-train-allele-specific-models \
--data "$(mhcflurry-downloads path data_curated)/curated_training_data.csv.bz2" \
--hyperparameters hyperparameters.yaml \
--out-models-dir models \
--min-measurements-per-allele 200
--min-measurements-per-allele 100
cp $SCRIPT_ABSOLUTE_PATH .
bzip2 LOG.txt
......
......@@ -2,7 +2,7 @@
##########################################
# ENSEMBLE SIZE
##########################################
"n_models": 12,
"n_models": 8,
##########################################
# OPTIMIZATION
......@@ -32,11 +32,6 @@
# NEURAL NETWORK ARCHITECTURE
##########################################
"locally_connected_layers": [
{
"filters": 8,
"activation": "tanh",
"kernel_size": 3
},
{
"filters": 8,
"activation": "tanh",
......
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