Skip to content

Commit b498d8b

Browse files
authored
Merge pull request #1098 from tanayvarshney/master
fixed typos
2 parents 6c1d12d + 93cb670 commit b498d8b

7 files changed

+48
-16
lines changed

notebooks/CitriNet-example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cell_type": "markdown",
2727
"metadata": {},
2828
"source": [
29-
"<img src=\"http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png\" style=\"width: 90px; float: right;\">\n",
29+
"<img src=\"http://developer.download.nvidia.com/notebooks/dlsw-notebooks/tensorrt_torchtrt_citrinet/nvidia_logo.png\" width=\"90px\">\n",
3030
"\n",
3131
"# Torch-TensorRT Getting Started - CitriNet"
3232
]
@@ -956,7 +956,7 @@
956956
"name": "python",
957957
"nbconvert_exporter": "python",
958958
"pygments_lexer": "ipython3",
959-
"version": "3.8.12"
959+
"version": "3.8.13"
960960
}
961961
},
962962
"nbformat": 4,

notebooks/EfficientNet-example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cell_type": "markdown",
2727
"metadata": {},
2828
"source": [
29-
"<img src=\"http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png\" style=\"width: 90px; float: right;\">\n",
29+
"<img src=\"http://developer.download.nvidia.com/notebooks/dlsw-notebooks/tensorrt_torchtrt_efficientnet/nvidia_logo.png\" width=\"90px\">\n",
3030
"\n",
3131
"# Torch-TensorRT Getting Started - EfficientNet-B0"
3232
]
@@ -685,7 +685,7 @@
685685
"name": "python",
686686
"nbconvert_exporter": "python",
687687
"pygments_lexer": "ipython3",
688-
"version": "3.8.12"
688+
"version": "3.8.13"
689689
}
690690
},
691691
"nbformat": 4,

notebooks/Hugging-Face-BERT.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"id": "d0a97ac5",
2929
"metadata": {},
3030
"source": [
31-
"<img src=\"https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_resnet_notebook.png\" style=\"width: 90px; float: right;\">\n",
31+
"<img src=\"http://developer.download.nvidia.com/notebooks/dlsw-notebooks/tensorrt_torchtrt_hf_bert/nvidia_logo.png\" width=\"90px\">\n",
32+
"\n",
3233
"\n",
3334
"# Masked Language Modeling (MLM) with Hugging Face BERT Transformer"
3435
]
@@ -706,7 +707,7 @@
706707
"name": "python",
707708
"nbconvert_exporter": "python",
708709
"pygments_lexer": "ipython3",
709-
"version": "3.8.12"
710+
"version": "3.8.13"
710711
}
711712
},
712713
"nbformat": 4,

notebooks/dynamic-shapes.ipynb

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"id": "18ee9d62",
2929
"metadata": {},
3030
"source": [
31+
"<img src=\"http://developer.download.nvidia.com/notebooks/dlsw-notebooks/tensorrt_torchtrt_dynamic_shapes/nvidia_logo.png\" width=\"90px\">\n",
32+
"\n",
3133
"# Torch-TensorRT - Using Dynamic Shapes"
3234
]
3335
},
@@ -41,16 +43,17 @@
4143
"We highly encourage users to run this notebook using our NVIDIA's [PyTorch container](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch). It comes packaged with a host of NVIDIA libraries and optimizations to widely used third-party libraries. In addition, this container is tested and updated on a monthly cadence!\n",
4244
"\n",
4345
"This notebook has the following sections:\n",
44-
"1. TL;DR Explanation\n",
45-
"1. Setting up the model\n",
46-
"1. Working with Dynamic shapes in Torch TRT]"
46+
"1. [TL;DR Explanation](#1)\n",
47+
"2. [Setting up the model](#2)\n",
48+
"3. [Working with Dynamic shapes in Torch TRT](#3)"
4749
]
4850
},
4951
{
5052
"cell_type": "markdown",
5153
"id": "1603028d",
5254
"metadata": {},
5355
"source": [
56+
"<a id=\"1\"></a>\n",
5457
"---\n",
5558
"## TL;DR Explanation\n",
5659
"\n",
@@ -187,6 +190,7 @@
187190
"id": "0ed1b4f7",
188191
"metadata": {},
189192
"source": [
193+
"<a id=\"2\"></a>\n",
190194
"---\n",
191195
"## Setting up the model\n",
192196
"\n",
@@ -818,6 +822,7 @@
818822
"id": "bd5746da",
819823
"metadata": {},
820824
"source": [
825+
"<a id=\"3\"></a>\n",
821826
"---\n",
822827
"## Working with Dynamic shapes in Torch TRT\n",
823828
" \n",
@@ -1015,7 +1020,7 @@
10151020
"name": "python",
10161021
"nbconvert_exporter": "python",
10171022
"pygments_lexer": "ipython3",
1018-
"version": "3.9.6"
1023+
"version": "3.8.13"
10191024
}
10201025
},
10211026
"nbformat": 4,

notebooks/lenet-getting-started.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"# Copyright 2019 NVIDIA Corporation. All Rights Reserved.\n",
9+
"# Copyright 2019-22 NVIDIA Corporation. All Rights Reserved.\n",
1010
"#\n",
1111
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
1212
"# you may not use this file except in compliance with the License.\n",
@@ -26,7 +26,8 @@
2626
"cell_type": "markdown",
2727
"metadata": {},
2828
"source": [
29-
"<img src=\"http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png\" style=\"width: 90px; float: right;\">\n",
29+
"<img src=\"http://developer.download.nvidia.com/notebooks/dlsw-notebooks/tensorrt_torchtrt_lenet/nvidia_logo.png\" width=\"90px\">\n",
30+
"\n",
3031
"\n",
3132
"# Torch-TensorRT Getting Started - LeNet"
3233
]
@@ -710,7 +711,7 @@
710711
"name": "python",
711712
"nbconvert_exporter": "python",
712713
"pygments_lexer": "ipython3",
713-
"version": "3.8.12"
714+
"version": "3.8.13"
714715
}
715716
},
716717
"nbformat": 4,

notebooks/ssd-object-detection-demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cell_type": "markdown",
2727
"metadata": {},
2828
"source": [
29-
"<img src=\"https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_ssd_notebook.png\" style=\"width: 90px; float: right;\">\n",
29+
"<img src=\"http://developer.download.nvidia.com/notebooks/dlsw-notebooks/tensorrt_torchtrt_ssd/nvidia_logo.png\" width=\"90px\">\n",
3030
"\n",
3131
"# Object Detection with Torch-TensorRT (SSD)"
3232
]
@@ -935,7 +935,7 @@
935935
"name": "python",
936936
"nbconvert_exporter": "python",
937937
"pygments_lexer": "ipython3",
938-
"version": "3.8.12"
938+
"version": "3.8.13"
939939
}
940940
},
941941
"nbformat": 4,

notebooks/vgg-qat.ipynb

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "a054a8df",
7+
"metadata": {},
8+
"outputs": [],
9+
"source": [
10+
"# Copyright 2020-2022 NVIDIA Corporation. All Rights Reserved.\n",
11+
"#\n",
12+
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
13+
"# you may not use this file except in compliance with the License.\n",
14+
"# You may obtain a copy of the License at\n",
15+
"#\n",
16+
"# http://www.apache.org/licenses/LICENSE-2.0\n",
17+
"#\n",
18+
"# Unless required by applicable law or agreed to in writing, software\n",
19+
"# distributed under the License is distributed on an \"AS IS\" BASIS,\n",
20+
"# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
21+
"# See the License for the specific language governing permissions and\n",
22+
"# limitations under the License.\n",
23+
"# =============================================================================="
24+
]
25+
},
326
{
427
"cell_type": "markdown",
528
"id": "8033b2eb",
629
"metadata": {},
730
"source": [
31+
"<img src=\"http://developer.download.nvidia.com/notebooks/dlsw-notebooks/tensorrt_torchtrt_qat_vgg/nvidia_logo.png\" width=\"90px\">\n",
32+
"\n",
833
"# Deploying Quantization Aware Trained models in INT8 using Torch-TensorRT"
934
]
1035
},
@@ -1192,7 +1217,7 @@
11921217
"name": "python",
11931218
"nbconvert_exporter": "python",
11941219
"pygments_lexer": "ipython3",
1195-
"version": "3.8.12"
1220+
"version": "3.8.13"
11961221
}
11971222
},
11981223
"nbformat": 4,

0 commit comments

Comments
 (0)