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
bfb4074d
"sgl-router/git@developer.sourcefind.cn:change/sglang.git" did not exist on "5e786cca3a9a19ac7807144d0035013c85d04d33"
Commit
bfb4074d
authored
Sep 13, 2018
by
xuehui
Browse files
update __main__.py
parent
693cf20f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sdk/pynni/nni/__main__.py
src/sdk/pynni/nni/__main__.py
+1
-1
No files found.
src/sdk/pynni/nni/__main__.py
View file @
bfb4074d
...
@@ -35,7 +35,7 @@ from nni.medianstop_assessor.medianstop_assessor import MedianstopAssessor
...
@@ -35,7 +35,7 @@ from nni.medianstop_assessor.medianstop_assessor import MedianstopAssessor
logger
=
logging
.
getLogger
(
'nni.main'
)
logger
=
logging
.
getLogger
(
'nni.main'
)
logger
.
debug
(
'START'
)
logger
.
debug
(
'START'
)
BUILT_IN_CLASS_NAMES
=
[
'HyperoptTuner'
,
'EvolutionTuner'
,
'MedianstopAssessor'
]
BUILT_IN_CLASS_NAMES
=
[
'HyperoptTuner'
,
'EvolutionTuner'
,
'BatchTuner'
,
'MedianstopAssessor'
]
def
create_builtin_class_instance
(
classname
,
jsonstr_args
):
def
create_builtin_class_instance
(
classname
,
jsonstr_args
):
if
jsonstr_args
:
if
jsonstr_args
:
...
...
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