Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
3be99bc4
Commit
3be99bc4
authored
Sep 13, 2018
by
xuehui
Browse files
update learning rate distribution in search space
parent
e0b12946
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/trials/mnist/search_space.json
examples/trials/mnist/search_space.json
+2
-2
No files found.
examples/trials/mnist/search_space.json
View file @
3be99bc4
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
"dropout_rate"
:{
"_type"
:
"uniform"
,
"_value"
:[
0.1
,
0.5
]},
"dropout_rate"
:{
"_type"
:
"uniform"
,
"_value"
:[
0.1
,
0.5
]},
"conv_size"
:{
"_type"
:
"choice"
,
"_value"
:[
2
,
3
,
5
,
7
]},
"conv_size"
:{
"_type"
:
"choice"
,
"_value"
:[
2
,
3
,
5
,
7
]},
"hidden_size"
:{
"_type"
:
"choice"
,
"_value"
:[
124
,
512
,
1024
]},
"hidden_size"
:{
"_type"
:
"choice"
,
"_value"
:[
124
,
512
,
1024
]},
"learning_rate"
:{
"_type"
:
"uniform"
,
"_value"
:[
0.0001
,
0.1
]}
"learning_rate"
:{
"_type"
:
"choice"
,
"_value"
:[
0.0001
,
0.001
,
0.01
,
0.1
]}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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