Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1307 from SparkSnail/dev-nnictl
Browse files Browse the repository at this point in the history
Add a documentation link in the command prompt
  • Loading branch information
suiguoxin authored Jul 17, 2019
2 parents 257ceac + b3b8bbe commit 4592ba4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/nni_cmd/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
REST_TIME_OUT = 20

EXPERIMENT_SUCCESS_INFO = Fore.GREEN + 'Successfully started experiment!\n' + Fore.RESET + \
'-----------------------------------------------------------------------\n' \
'------------------------------------------------------------------------------------\n' \
'The experiment id is %s\n'\
'The Web UI urls are: %s\n' \
'-----------------------------------------------------------------------\n\n' \
'------------------------------------------------------------------------------------\n\n' \
'You can use these commands to get more information about the experiment\n' \
'-----------------------------------------------------------------------\n' \
'------------------------------------------------------------------------------------\n' \
' commands description\n' \
'1. nnictl experiment show show the information of experiments\n' \
'2. nnictl trial ls list all of trial jobs\n' \
Expand All @@ -49,7 +49,9 @@
'6. nnictl stop stop an experiment\n' \
'7. nnictl trial kill kill a trial job by id\n' \
'8. nnictl --help get help information about nnictl\n' \
'-----------------------------------------------------------------------\n' \
'------------------------------------------------------------------------------------\n' \
'Command reference document https://nni.readthedocs.io/en/latest/Tutorial/Nnictl.html\n' \
'------------------------------------------------------------------------------------\n'

LOG_HEADER = '-----------------------------------------------------------------------\n' \
' Experiment start time %s\n' \
Expand Down

0 comments on commit 4592ba4

Please sign in to comment.