Skip to content
Snippets Groups Projects
Commit 021e24d8 authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Added negative log likelihood of a Bernoulli distribution as reconstruction loss

parent dd013635
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -68,7 +68,7 @@ rule explore_encoding_dimension_and_loss_function: ...@@ -68,7 +68,7 @@ rule explore_encoding_dimension_and_loss_function:
shell: shell:
"pipenv run python -m deepof.train_model " "pipenv run python -m deepof.train_model "
"--train-path {input.data_path} " "--train-path {input.data_path} "
"--val-num 10 " "--val-num 25 "
"--components {wildcards.k} " "--components {wildcards.k} "
"--input-type coords " "--input-type coords "
"--predictor 0 " "--predictor 0 "
...@@ -83,17 +83,3 @@ rule explore_encoding_dimension_and_loss_function: ...@@ -83,17 +83,3 @@ rule explore_encoding_dimension_and_loss_function:
"--exclude-bodyparts Tail_base,Tail_1,Tail_2,Tail_tip,Spine_2 " "--exclude-bodyparts Tail_base,Tail_1,Tail_2,Tail_tip,Spine_2 "
"--stability-check 3 " "--stability-check 3 "
"--output-path {outpath}dimension_and_loss_experiments" "--output-path {outpath}dimension_and_loss_experiments"
# rule explore_number_of_components:
# input:
# output:
# shell:
# rule explore_phenotype_prediction:
# input:
# output:
# shell:
# rule explore_predictor_branch:
# input:
# output:
# shell:
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