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
48b91c45
Commit
48b91c45
authored
Nov 12, 2018
by
noklam
Committed by
QuanluZhang
Nov 12, 2018
Browse files
Update nnictl.py (#347)
* Update nnictl.py * modify help message for nnictl stop
parent
54246db5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/nni_cmd/nnictl.py
tools/nni_cmd/nnictl.py
+1
-1
No files found.
tools/nni_cmd/nnictl.py
View file @
48b91c45
...
...
@@ -73,7 +73,7 @@ def parse_args():
#parse stop command
parser_stop
=
subparsers
.
add_parser
(
'stop'
,
help
=
'stop the experiment'
)
parser_stop
.
add_argument
(
'id'
,
nargs
=
'?'
,
help
=
'the id of experiment'
)
parser_stop
.
add_argument
(
'id'
,
nargs
=
'?'
,
help
=
'the id of experiment
, use "all" for all experiments
'
)
parser_stop
.
set_defaults
(
func
=
stop_experiment
)
#parse trial command
...
...
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