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
23c56b1f
Unverified
Commit
23c56b1f
authored
Dec 30, 2019
by
SparkSnail
Committed by
GitHub
Dec 30, 2019
Browse files
quick fix nnictl view command (#1892)
parent
98754c70
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/nni_cmd/launcher.py
tools/nni_cmd/launcher.py
+1
-1
No files found.
tools/nni_cmd/launcher.py
View file @
23c56b1f
...
@@ -517,7 +517,7 @@ def manage_stopped_experiment(args, mode):
...
@@ -517,7 +517,7 @@ def manage_stopped_experiment(args, mode):
experiment_id
=
None
experiment_id
=
None
#find the latest stopped experiment
#find the latest stopped experiment
if
not
args
.
id
:
if
not
args
.
id
:
print_error
(
'Please set experiment id!
\n
You could use
\'
nnictl {0}
{
id
}
\'
to {0} a stopped experiment!
\n
'
\
print_error
(
'Please set experiment id!
\n
You could use
\'
nnictl {0} id
\'
to {0} a stopped experiment!
\n
'
\
'You could use
\'
nnictl experiment list --all
\'
to show all experiments!'
.
format
(
mode
))
'You could use
\'
nnictl experiment list --all
\'
to show all experiments!'
.
format
(
mode
))
exit
(
1
)
exit
(
1
)
else
:
else
:
...
...
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