Skip to content

Commit bcdfe95

Browse files
Update acceleration/fast_inference_tutorial/fast_inference_tutorial.ipynb
Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> Signed-off-by: Yiheng Wang <68361391+yiheng-wang-nv@users.noreply.github.com>
1 parent 6d650ef commit bcdfe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceleration/fast_inference_tutorial/fast_inference_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"source": [
130130
"### 1. TensorRT Inference\n",
131131
"\n",
132-
"`monai.networks.utils.convert_to_trt` is a function that converts a PyTorch model to a TensorRT engine-based TorchScript model. Except the loading method (need to use `torch.jit.load` to load the model), the usage of the converted TorchScriptmodel is the same as the original model.\n",
132+
"`monai.networks.utils.convert_to_trt` is a function that converts a PyTorch model to a TensorRT engine-based TorchScript model. Except the loading method (need to use `torch.jit.load` to load the model), the usage of the converted TorchScript model is the same as the original model.\n",
133133
"\n",
134134
"`monai.data.torchscript_utils.save_net_with_metadata` is a function that saves the converted TorchScript model and its metadata.\n",
135135
"\n",

0 commit comments

Comments
 (0)