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
48659c2c
Commit
48659c2c
authored
Nov 18, 2020
by
lucas_miranda
Browse files
Changed default hyperparameter values
parent
472a271e
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof/hypermodels.py
View file @
48659c2c
...
...
@@ -122,11 +122,11 @@ class SEQ_2_SEQ_GMVAE(HyperModel):
default
=
0.25
,
sampling
=
"linear"
,
)
encoding
=
hp
.
Int
(
"encoding"
,
min_value
=
16
,
max_value
=
6
4
,
step
=
8
,
default
=
24
,)
encoding
=
hp
.
Int
(
"encoding"
,
min_value
=
8
,
max_value
=
2
4
,
step
=
8
,
default
=
16
,)
k
=
hp
.
Int
(
"n_components"
,
min_value
=
1
,
max_value
=
25
,
min_value
=
1
0
,
max_value
=
10
,
step
=
1
,
default
=
self
.
number_of_components
,
sampling
=
"linear"
,
...
...
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