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
cda02aff
Unverified
Commit
cda02aff
authored
Nov 27, 2020
by
J-shang
Committed by
GitHub
Nov 27, 2020
Browse files
fix installable package meta (#3125)
Co-authored-by:
J-shang
<
ningshang128@163.com
>
parent
9d0b6fa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
nni/tools/nnictl/constants.py
nni/tools/nnictl/constants.py
+6
-6
No files found.
nni/tools/nnictl/constants.py
View file @
cda02aff
...
@@ -64,21 +64,21 @@ TRIAL_MONITOR_TAIL = '----------------------------------------------------------
...
@@ -64,21 +64,21 @@ TRIAL_MONITOR_TAIL = '----------------------------------------------------------
INSTALLABLE_PACKAGE_META
=
{
INSTALLABLE_PACKAGE_META
=
{
'SMAC'
:
{
'SMAC'
:
{
'type'
:
'tuner'
,
'type'
:
'tuner'
,
'class_name'
:
'nni.smac_tuner.smac_tuner.SMACTuner'
,
'class_name'
:
'nni.
algorithms.hpo.
smac_tuner.smac_tuner.SMACTuner'
,
'code_sub_dir'
:
'smac_tuner'
,
'code_sub_dir'
:
'smac_tuner'
,
'class_args_validator'
:
'nni.smac_tuner.smac_tuner.SMACClassArgsValidator'
'class_args_validator'
:
'nni.
algorithms.hpo.
smac_tuner.smac_tuner.SMACClassArgsValidator'
},
},
'BOHB'
:
{
'BOHB'
:
{
'type'
:
'advisor'
,
'type'
:
'advisor'
,
'class_name'
:
'nni.bohb_advisor.bohb_advisor.BOHB'
,
'class_name'
:
'nni.
algorithms.hpo.
bohb_advisor.bohb_advisor.BOHB'
,
'code_sub_dir'
:
'bohb_advisor'
,
'code_sub_dir'
:
'bohb_advisor'
,
'class_args_validator'
:
'nni.bohb_advisor.bohb_advisor.BOHBClassArgsValidator'
'class_args_validator'
:
'nni.
algorithms.hpo.
bohb_advisor.bohb_advisor.BOHBClassArgsValidator'
},
},
'PPOTuner'
:
{
'PPOTuner'
:
{
'type'
:
'tuner'
,
'type'
:
'tuner'
,
'class_name'
:
'nni.ppo_tuner.ppo_tuner.PPOTuner'
,
'class_name'
:
'nni.
algorithms.hpo.
ppo_tuner.ppo_tuner.PPOTuner'
,
'code_sub_dir'
:
'ppo_tuner'
,
'code_sub_dir'
:
'ppo_tuner'
,
'class_args_validator'
:
'nni.ppo_tuner.ppo_tuner.PPOClassArgsValidator'
'class_args_validator'
:
'nni.
algorithms.hpo.
ppo_tuner.ppo_tuner.PPOClassArgsValidator'
}
}
}
}
...
...
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