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
Copy file name to clipboardExpand all lines: docs/guides/applications/big-data/ai-inferencing-with-tensorrt-and-pytorch/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ pip install nvidia-tensorrt
203
203
pip install torch-tensorrt -U
204
204
```
205
205
206
-
## Test and Benchmark the ResNet50 Inference Model
206
+
## Run and Benchmark the ResNet50 Inference Model
207
207
208
208
Create and run a Python script using a pre-trained ResNet50 computer vision model. Running this script tests to make sure the environment is configured correctly while providing a way to evaluate GPU performance using a real-world example. This example script is a foundation that can be adapted for other inference model architectures.
0 commit comments