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
a65532ca
Commit
a65532ca
authored
Mar 21, 2019
by
horizon365
Committed by
QuanluZhang
Mar 21, 2019
Browse files
Wrong spell (#893)
Wrong spell in INFO log.
parent
eaab9dd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/nni_manager/core/nnimanager.ts
src/nni_manager/core/nnimanager.ts
+1
-1
No files found.
src/nni_manager/core/nnimanager.ts
View file @
a65532ca
...
@@ -630,7 +630,7 @@ class NNIManager implements Manager {
...
@@ -630,7 +630,7 @@ class NNIManager implements Manager {
}
}
private
async
onTunerCommand
(
commandType
:
string
,
content
:
string
):
Promise
<
void
>
{
private
async
onTunerCommand
(
commandType
:
string
,
content
:
string
):
Promise
<
void
>
{
this
.
log
.
info
(
`NNIManaer received command from dispatcher:
${
commandType
}
,
${
content
}
`
);
this
.
log
.
info
(
`NNIMana
g
er received command from dispatcher:
${
commandType
}
,
${
content
}
`
);
switch
(
commandType
)
{
switch
(
commandType
)
{
case
INITIALIZED
:
case
INITIALIZED
:
// Tuner is intialized, search space is set, request tuner to generate hyper parameters
// Tuner is intialized, search space is set, request tuner to generate hyper parameters
...
...
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