Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
77f40ee9
Commit
77f40ee9
authored
Jun 02, 2021
by
lucas_miranda
Browse files
Increased default dimensionality of latent space
parent
b6d1f780
Pipeline
#102767
passed with stages
in 18 minutes and 1 second
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
77f40ee9
...
...
@@ -19,7 +19,7 @@ warmup_epochs = [15]
warmup_mode = ["sigmoid"]
losses = ["ELBO"] # , "MMD", "ELBO+MMD"]
overlap_loss = [0.1, 0.2, 0.5, 0.75, 1.]
encodings = [
6
] # [2, 4, 6, 8, 10, 12, 14, 16]
encodings = [
32
] # [2, 4, 6, 8, 10, 12, 14, 16]
cluster_numbers = [15] # [1, 5, 10, 15, 20, 25]
latent_reg = ["variance"] # ["none", "categorical", "variance", "categorical+variance"]
entropy_knn = [10]
...
...
supplementary_notebooks/deepof_model_evaluation.ipynb
View file @
77f40ee9
This diff is collapsed.
Click to expand it.
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