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
92d32dcf
Unverified
Commit
92d32dcf
authored
Jan 18, 2019
by
QuanluZhang
Committed by
GitHub
Jan 18, 2019
Browse files
fix experiment state bug (#629)
parent
80e35db1
Changes
1
Show 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 @
92d32dcf
...
...
@@ -424,7 +424,7 @@ class NNIManager implements Manager {
if
(
this
.
dispatcher
===
undefined
)
{
throw
new
Error
(
'
Error: tuner has not been setup
'
);
}
let
allFinishedTrialJobNum
:
number
=
0
;
let
allFinishedTrialJobNum
:
number
=
this
.
currSubmittedTrialNum
;
let
waitSubmittedToFinish
:
number
;
while
(
this
.
status
.
status
!==
'
STOPPING
'
&&
this
.
status
.
status
!==
'
STOPPED
'
)
{
const
finishedTrialJobNum
:
number
=
await
this
.
requestTrialJobsStatus
();
...
...
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