You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signed-off-by: Wenqi Li <[email protected]>
part of #1143
### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Avoid including large-size files in the PR.
- [x] Clean up long text outputs from code cells in the notebook.
- [x] Remove private info such as user name and private key from the
notebook and script files.
- [x] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [x] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`
Signed-off-by: Wenqi Li <[email protected]>
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,6 @@ A few sentences describing the changes proposed in this pull request.
7
7
<!--- Put an `x` in all the boxes that apply, and remove the not applicable items -->
8
8
-[ ] Avoid including large-size files in the PR.
9
9
-[ ] Clean up long text outputs from code cells in the notebook.
10
-
-[ ]Remove private info such as user name and private key from the notebook and script files.
10
+
-[ ]For security purposes, please check the contents and remove any sensitive info such as user names and private key.
11
11
-[ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ inference on a pretrained DeepEdit model.
135
135
136
136
#### <ins>**Deployment**</ins>
137
137
##### [BentoML](./deployment/bentoml)
138
-
This is a simple example of training and deploying a MONAI network with [BentoML](https://www.bentoml.ai/) as a web server, either locally using the BentoML respository or as a containerized service.
138
+
This is a simple example of training and deploying a MONAI network with [BentoML](https://www.bentoml.ai/) as a web server, either locally using the BentoML repository or as a containerized service.
139
139
##### [Ray](./deployment/ray)
140
140
This uses the previous notebook's trained network to demonstrate deployment a web server using [Ray](https://docs.ray.io/en/master/serve/index.html#rayserve).
141
141
##### [Triton](./deployment/Triton/)
@@ -290,4 +290,4 @@ This tutorial demonstrates a transfer learning pipeline from a pretrained model
290
290
This tutorial shows several visualization approaches for 3D image during transform augmentation.
291
291
292
292
#### [Auto3DSeg](./auto3dseg/)
293
-
This folder shows how to run the comprehensive Auto3Dseg pipeline with minimal inputs and customize the Auto3Dseg modules to meet different user requirements.
293
+
This folder shows how to run the comprehensive Auto3DSeg pipeline with minimal inputs and customize the Auto3Dseg modules to meet different user requirements.
0 commit comments