"examples/minference/vscode:/vscode.git/clone" did not exist on "37051417b7db8be9356a1910d8a212e59c0a82f1"
Unverified Commit 23c56b1f authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

quick fix nnictl view command (#1892)

parent 98754c70
...@@ -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! \nYou could use \'nnictl {0} {id}\' to {0} a stopped experiment!\n' \ print_error('Please set experiment id! \nYou 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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment