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
5f256847
Commit
5f256847
authored
Mar 12, 2021
by
lucas_miranda
Browse files
Implemented KNN_purity callback
parent
7b939a3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof/models.py
View file @
5f256847
...
...
@@ -337,9 +337,9 @@ class SEQ_2_SEQ_GMVAE:
"bidirectional_merge"
:
"ave"
,
"clipvalue"
:
1.0
,
"dense_activation"
:
"relu"
,
"dense_layers_per_branch"
:
1
,
"dropout_rate"
:
0.
1
5
,
"learning_rate"
:
1e-
4
,
"dense_layers_per_branch"
:
3
,
"dropout_rate"
:
0.
0
5
,
"learning_rate"
:
1e-
3
,
"units_conv"
:
64
,
"units_dense2"
:
32
,
"units_lstm"
:
128
,
...
...
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