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

Fix nnictl view command #2044

Merged
merged 33 commits into from
Feb 14, 2020
Merged

Fix nnictl view command #2044

merged 33 commits into from
Feb 14, 2020

Conversation

SparkSnail
Copy link
Contributor

No description provided.

SparkSnail and others added 30 commits August 6, 2019 18:58
Filter prune algo implementation (microsoft#1655)
Support monitor mode when creating or resuming a new experiment (microsoft#1933)
Add test for documentation build (microsoft#1924)
@QuanluZhang QuanluZhang changed the base branch from master to v1.4 February 12, 2020 08:55
parser_resume.add_argument('--port', '-p', default=DEFAULT_REST_PORT, dest='port', help='the port of restful server')
parser_resume.set_defaults(func=view_experiment)
parser_view = subparsers.add_parser('view', help='view a stopped experiment')
parser_view.add_argument('id', nargs='?', help='The id of the experiment you want to view')
Copy link
Contributor

@xuehui1991 xuehui1991 Feb 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does here need "watch" parameter?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no log when using view mode, have removed the parameter.

@chicm-ms chicm-ms merged commit b4ab371 into microsoft:v1.4 Feb 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants