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

Reformatted file

parent ddf48042
Branches
Tags
No related merge requests found
Pipeline #88611 failed
...@@ -22,7 +22,7 @@ rule deepof_experiments: ...@@ -22,7 +22,7 @@ rule deepof_experiments:
input: input:
expand( expand(
"/u/lucasmir/DLC/DLC_autoencoders/DeepOF/deepof/logs/dimension_and_loss_experiments/trained_weights/\ "/u/lucasmir/DLC/DLC_autoencoders/DeepOF/deepof/logs/dimension_and_loss_experiments/trained_weights/\
GMVAE_loss={loss}_encoding={encs}_final_weights.h5", GMVAE_loss={loss}_encoding={encs}_final_weights.h5",
loss=losses, loss=losses,
encs=encodings, encs=encodings,
), ),
...@@ -38,10 +38,10 @@ rule explore_encoding_dimension_and_loss_function: ...@@ -38,10 +38,10 @@ rule explore_encoding_dimension_and_loss_function:
), ),
shell: shell:
"pipenv run python -m deepof.train_model --train-path {input.data_path} --val-num 10 --components 10 \ "pipenv run python -m deepof.train_model --train-path {input.data_path} --val-num 10 --components 10 \
--input-type coords --predictor 0 --variational True --loss {wildcards.loss} --kl-warmup 20 --mmd-warmup 20 \ --input-type coords --predictor 0 --variational True --loss {wildcards.loss} --kl-warmup 20 --mmd-warmup 20 \
--encoding-size {wildcards.encs} --batch-size 256 --window-size 11 --window-step 11 --exclude-bodyparts \ --encoding-size {wildcards.encs} --batch-size 256 --window-size 11 --window-step 11 --exclude-bodyparts \
Tail_base,Tail_1,Tail_2,Tail_tip,Spine_2 --stability-check 3 --out-path \ Tail_base,Tail_1,Tail_2,Tail_tip,Spine_2 --stability-check 3 --out-path \
{}dimension_and_loss_experiments/trained_weights".format( {}dimension_and_loss_experiments/trained_weights".format(
outpath outpath
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment