Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
55f48d27
Unverified
Commit
55f48d27
authored
Sep 16, 2019
by
QuanluZhang
Committed by
GitHub
Sep 16, 2019
Browse files
Merge dev-nas-tuner back to master (#1531)
* PPO tuner for NAS, supports NNI's NAS interface (#1380)
parent
7246593f
Changes
41
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tools/nni_cmd/constants.py
tools/nni_cmd/constants.py
+2
-1
No files found.
tools/nni_cmd/constants.py
View file @
55f48d27
...
@@ -80,7 +80,8 @@ TRIAL_MONITOR_TAIL = '----------------------------------------------------------
...
@@ -80,7 +80,8 @@ TRIAL_MONITOR_TAIL = '----------------------------------------------------------
PACKAGE_REQUIREMENTS
=
{
PACKAGE_REQUIREMENTS
=
{
'SMAC'
:
'smac_tuner'
,
'SMAC'
:
'smac_tuner'
,
'BOHB'
:
'bohb_advisor'
'BOHB'
:
'bohb_advisor'
,
'PPOTuner'
:
'ppo_tuner'
}
}
TUNERS_SUPPORTING_IMPORT_DATA
=
{
TUNERS_SUPPORTING_IMPORT_DATA
=
{
...
...
Prev
1
2
3
Next
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