Skip to content

Commit aa14cf4

Browse files
committed
docs: Rename notebook to make more sense in the documentation
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 6b9d5db commit aa14cf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notebooks/LeNet-example.ipynb renamed to notebooks/lenet-getting-started.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"source": [
2929
"<img src=\"http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png\" style=\"width: 90px; float: right;\">\n",
3030
"\n",
31-
"# TRTorch LeNet Demo"
31+
"# TRTorch Getting Started - LeNet"
3232
]
3333
},
3434
{
@@ -552,11 +552,11 @@
552552
"cell_type": "markdown",
553553
"metadata": {},
554554
"source": [
555-
"# Conclusion\n",
555+
"## Conclusion\n",
556556
"\n",
557557
"In this notebook, we have walked through the complete process of compiling TorchScript models with TRTorch and test the performance impact of the optimization.\n",
558558
"\n",
559-
"## What's next\n",
559+
"### What's next\n",
560560
"Now it's time to try TRTorch on your own model. Fill out issues at https://github.com/NVIDIA/TRTorch. Your involvement will help future development of TRTorch.\n"
561561
]
562562
},
@@ -589,4 +589,4 @@
589589
},
590590
"nbformat": 4,
591591
"nbformat_minor": 4
592-
}
592+
}

0 commit comments

Comments
 (0)