Skip to content
GitLab
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
69196db8
Commit
69196db8
authored
Jun 04, 2021
by
lucas_miranda
Browse files
Increased default dimensionality of latent space
parent
2f603a5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof/models.py
View file @
69196db8
...
...
@@ -136,8 +136,8 @@ class GMVAE:
"clipvalue"
:
1.0
,
"dense_activation"
:
"relu"
,
"dense_layers_per_branch"
:
3
,
"dropout_rate"
:
0.
05
,
"learning_rate"
:
1e-
3
,
"dropout_rate"
:
0.
1
,
"learning_rate"
:
1e-
4
,
"units_conv"
:
64
,
"units_dense2"
:
32
,
"units_gru"
:
128
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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