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
39620c45
Unverified
Commit
39620c45
authored
Apr 27, 2022
by
Lijiaoa
Committed by
GitHub
Apr 27, 2022
Browse files
fix nnictl doc link (#4807)
parent
f4bcda10
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/bug-report.md
+1
-1
.github/ISSUE_TEMPLATE/studentProgram.md
.github/ISSUE_TEMPLATE/studentProgram.md
+1
-1
nni/tools/nnictl/launcher.py
nni/tools/nnictl/launcher.py
+1
-1
No files found.
.github/ISSUE_TEMPLATE/bug-report.md
View file @
39620c45
...
@@ -33,7 +33,7 @@ about: Report an issue or question while using nni instance (deployment).
...
@@ -33,7 +33,7 @@ about: Report an issue or question while using nni instance (deployment).
<!--
<!--
Where can you find the log files:
Where can you find the log files:
LOG: https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-director
LOG: https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-director
STDOUT/STDERR: https://
github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/N
nictl.
md
#nnictl
%20log%20
stdout
STDOUT/STDERR: https://
nni.readthedocs.io/en/stable/reference/n
nictl.
html
#nnictl
-log-
stdout
-->
-->
...
...
.github/ISSUE_TEMPLATE/studentProgram.md
View file @
39620c45
...
@@ -40,5 +40,5 @@ about: NNI Student Program China issue template on Github
...
@@ -40,5 +40,5 @@ about: NNI Student Program China issue template on Github
**Log message / 日志信息 :**
**Log message / 日志信息 :**
-
[
nnimanager.log and dispatcher.log
](
https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-directory
)
:
-
[
nnimanager.log and dispatcher.log
](
https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/HowToDebug.md#experiment-root-directory
)
:
-
[
nnictl stdout and stderr
](
https://
github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/N
nictl.
md
#nnictl
%20log%20
stdout
)
:
-
[
nnictl stdout and stderr
](
https://
nni.readthedocs.io/en/stable/reference/n
nictl.
html
#nnictl
-log-
stdout
)
:
nni/tools/nnictl/launcher.py
View file @
39620c45
...
@@ -92,7 +92,7 @@ def create_experiment(args):
...
@@ -92,7 +92,7 @@ def create_experiment(args):
exp
.
start
(
port
,
debug
,
run_mode
)
exp
.
start
(
port
,
debug
,
run_mode
)
_logger
.
info
(
f
'To stop experiment run "nnictl stop
{
exp
.
id
}
" or "nnictl stop --all"'
)
_logger
.
info
(
f
'To stop experiment run "nnictl stop
{
exp
.
id
}
" or "nnictl stop --all"'
)
_logger
.
info
(
'Reference: https://nni.readthedocs.io/en/stable/
Tutorial/N
nictl.html'
)
_logger
.
info
(
'Reference: https://nni.readthedocs.io/en/stable/
reference/n
nictl.html'
)
def
resume_experiment
(
args
):
def
resume_experiment
(
args
):
exp_id
=
args
.
id
exp_id
=
args
.
id
...
...
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