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
67344f60
Commit
67344f60
authored
Nov 22, 2020
by
lucas_miranda
Browse files
updated dependencies
parent
502f5bcb
Pipeline
#87433
failed with stage
in 16 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof/hypermodels.py
View file @
67344f60
...
...
@@ -107,27 +107,27 @@ class SEQ_2_SEQ_GMVAE(HyperModel):
# Architectural hyperparameters
conv_filters
=
hp
.
Int
(
"units_conv"
,
min_value
=
32
,
max_value
=
256
,
step
=
32
,
default
=
256
,
"units_conv"
,
min_value
=
128
,
max_value
=
160
,
step
=
32
,
default
=
128
,
)
lstm_units_1
=
hp
.
Int
(
"units_lstm"
,
min_value
=
128
,
max_value
=
512
,
step
=
32
,
default
=
256
,
"units_lstm"
,
min_value
=
300
,
max_value
=
350
,
step
=
10
,
default
=
320
,
)
dense_2
=
hp
.
Int
(
"units_dense2"
,
min_value
=
32
,
max_value
=
256
,
step
=
32
,
default
=
64
,
"units_dense2"
,
min_value
=
120
,
max_value
=
180
,
step
=
10
,
default
=
64
,
)
dropout_rate
=
hp
.
Float
(
"dropout_rate"
,
min_value
=
0.0
,
max_value
=
0.5
,
default
=
0.
25
,
max_value
=
0.
1
5
,
default
=
0.
0
,
sampling
=
"linear"
,
)
encoding
=
hp
.
Int
(
"encoding"
,
min_value
=
16
,
max_value
=
64
,
step
=
8
,
default
=
2
4
,
)
encoding
=
hp
.
Int
(
"encoding"
,
min_value
=
20
,
max_value
=
30
,
step
=
5
,
default
=
2
5
,
)
k
=
hp
.
Int
(
"n_components"
,
min_value
=
1
,
max_value
=
2
5
,
step
=
1
,
min_value
=
self
.
number_of_components
-
5
,
max_value
=
self
.
number_of_components
+
5
,
step
=
5
,
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