Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
c826cb08
Commit
c826cb08
authored
Dec 10, 2020
by
Lucas Miranda
Browse files
Autoformatted experiment snakefile
parent
a7d7fa2a
Pipeline
#89345
passed with stage
in 74 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
c826cb08
...
...
@@ -14,11 +14,12 @@ Plot rule graph: snakemake --snakefile deepof_experiments.smk --forceall --ruleg
import os
outpath = "/u/lucasmir/DLC/DLC_autoencoders/DeepOF/deepof/logs/"
losses = ["ELBO"]
#
, "MMD", "ELBO+MMD"]
encodings = [4, 6, 8]
#
[2, 4, 6, 8, 10, 12, 14, 16]
cluster_numbers = [10, 15]
#
[1, 5, 10, 15, 20]
losses = ["ELBO"]
#
, "MMD", "ELBO+MMD"]
encodings = [4, 6, 8]
#
[2, 4, 6, 8, 10, 12, 14, 16]
cluster_numbers = [10, 15]
#
[1, 5, 10, 15, 20]
pheno_weights = [0.01, 0.1, 0.25, 0.5, 1.0, 2.0, 4.0, 10.0, 100.0]
rule deepof_experiments:
input:
expand(
...
...
@@ -35,7 +36,7 @@ rule deepof_experiments:
encs=encodings,
k=cluster_numbers,
phenos=pheno_weights,
)
)
,
# rule coarse_hyperparameter_tuning:
...
...
@@ -65,6 +66,7 @@ rule deepof_experiments:
# "--hyperparameter-tuning hyperband "
# "--hpt-trials 3"
rule explore_encoding_dimension_and_loss_function:
input:
data_path=ancient("/u/lucasmir/DLC/DLC_models/deepof_single_topview/"),
...
...
@@ -121,4 +123,3 @@ rule explore_phenotype_classification:
"--window-step 11 "
"--stability-check 3 "
"--output-path {outpath}pheno_classification_experiments"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment