Skip to content

Commit db61e90

Browse files
authored
Merge pull request #1217 from davinnovation/patch-1
Fix typo in EfficientNet-example
2 parents 9b45373 + 59661f8 commit db61e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/EfficientNet-example.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
"# The compiled module will have precision as specified by \"op_precision\".\n",
612612
"# Here, it will have FP16 precision.\n",
613613
"trt_model_fp16 = torch_tensorrt.compile(model, inputs = [torch_tensorrt.Input((128, 3, 224, 224), dtype=torch.half)],\n",
614-
" enabled_precisions = {torch.half}, # Run with FP32\n",
614+
" enabled_precisions = {torch.half}, # Run with FP16\n",
615615
" workspace_size = 1 << 22\n",
616616
")"
617617
]

0 commit comments

Comments
 (0)