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
6981d1bc
Commit
6981d1bc
authored
Jun 17, 2020
by
lucas_miranda
Browse files
Reduced latent space dimensionality
parent
da475215
Changes
2
Hide whitespace changes
Inline
Side-by-side
encoding_visualization.py
0 → 100644
View file @
6981d1bc
# @author lucasmiranda42
source/models.py
View file @
6981d1bc
...
...
@@ -27,7 +27,7 @@ class SEQ_2_SEQ_AE:
units_lstm
=
256
,
units_dense2
=
64
,
dropout_rate
=
0.25
,
encoding
=
32
,
encoding
=
16
,
learning_rate
=
1e-3
,
):
self
.
input_shape
=
input_shape
...
...
@@ -157,10 +157,9 @@ class SEQ_2_SEQ_GMVAE:
input_shape
,
units_conv
=
256
,
units_lstm
=
256
,
units_dense1
=
128
,
units_dense2
=
64
,
dropout_rate
=
0.25
,
encoding
=
32
,
encoding
=
8
,
learning_rate
=
1e-3
,
loss
=
"ELBO+MMD"
,
kl_warmup_epochs
=
0
,
...
...
Write
Preview
Supports
Markdown
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