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
aaa8f446
Unverified
Commit
aaa8f446
authored
Mar 23, 2019
by
chicm-ms
Committed by
GitHub
Mar 23, 2019
Browse files
Fix hyperband queue (#909)
* Fix hyperband command queues
parent
63697ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sdk/pynni/nni/hyperband_advisor/hyperband_advisor.py
src/sdk/pynni/nni/hyperband_advisor/hyperband_advisor.py
+1
-1
No files found.
src/sdk/pynni/nni/hyperband_advisor/hyperband_advisor.py
View file @
aaa8f446
...
...
@@ -300,7 +300,7 @@ class Hyperband(MsgDispatcherBase):
"""
def
__init__
(
self
,
R
,
eta
=
3
,
optimize_mode
=
'maximize'
):
"""B = (s_max + 1)R"""
super
()
super
(
Hyperband
,
self
).
__init__
(
)
self
.
R
=
R
# pylint: disable=invalid-name
self
.
eta
=
eta
self
.
brackets
=
dict
()
# dict of Bracket
...
...
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