-
Notifications
You must be signed in to change notification settings - Fork 64
Update docs for MONAI Application Runner's input #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
gigony
commented
Sep 20, 2021
- Fix type error for Python 3.7 mypy
- Update user guide for SDK - part 1
- Accept only folder input path on App Runner
- Update code to detect if the input path is a file path or a folder path
- Update documents accordingly.
Signed-off-by: Gigon Bae <gbae@nvidia.com>
| :alt: Developing Application | ||
| :align: center | ||
| :caption: ⠀⠀Steps to developing application | ||
| :caption: ⠀⠀Steps to develop application |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
application -> an application or applications
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated! Thank you!
Also updated
Steps to package, local-running, and deploying MONAI Application Package (MAP) to Steps to package, local-running, and deploying a MONAI Application Package (MAP) (adding 'a') in other part of the document.
|
|
||
| ```bash | ||
| usage: monai-deploy run [-h] [-l {DEBUG,INFO,WARN,ERROR,CRITICAL}] [-q] <map-image[:tag]> <input> <output> | ||
| usage: monai-deploy run [-h] [-l <LEVEL>G,INFO,WARN,ERROR,CRITICAL}] [-q] <map-image[:tag]> <input> <output> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intended, <LEVEL>G?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You seem to have hawk eyes :)
Let me fix the typo.
| * `--timeout <VALUE>`: A timeout (overrides default `0`. In seconds.). | ||
| * `--version`: A version of the Application (overrides default `"0.0.0"`). | ||
| * `--working-dir, -w <WORKDIR>`: A directory mounted in container for Application (overrides default `"/var/monai"`). | ||
| Optional Path to the directory containing all application models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this line supposed to be added here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Thank you!
This one is a typo. Let me remove it.
MMelQin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with a few comments.
gigony
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @MMelQin for the review!
| * `--timeout <VALUE>`: A timeout (overrides default `0`. In seconds.). | ||
| * `--version`: A version of the Application (overrides default `"0.0.0"`). | ||
| * `--working-dir, -w <WORKDIR>`: A directory mounted in container for Application (overrides default `"/var/monai"`). | ||
| Optional Path to the directory containing all application models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Thank you!
This one is a typo. Let me remove it.
|
|
||
| ```bash | ||
| usage: monai-deploy run [-h] [-l {DEBUG,INFO,WARN,ERROR,CRITICAL}] [-q] <map-image[:tag]> <input> <output> | ||
| usage: monai-deploy run [-h] [-l <LEVEL>G,INFO,WARN,ERROR,CRITICAL}] [-q] <map-image[:tag]> <input> <output> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You seem to have hawk eyes :)
Let me fix the typo.
| :alt: Developing Application | ||
| :align: center | ||
| :caption: ⠀⠀Steps to developing application | ||
| :caption: ⠀⠀Steps to develop application |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated! Thank you!
Also updated
Steps to package, local-running, and deploying MONAI Application Package (MAP) to Steps to package, local-running, and deploying a MONAI Application Package (MAP) (adding 'a') in other part of the document.
Signed-off-by: Gigon Bae <gbae@nvidia.com>
Signed-off-by: Gigon Bae <gbae@nvidia.com>
0a21cde to
a645229
Compare