Skip to content

Commit 4ee9dbc

Browse files
author
Torch-TensorRT Github Bot
committed
docs: [Automated] Regenerating documenation for e9ad359
Signed-off-by: Torch-TensorRT Github Bot <[email protected]>
1 parent e9ad359 commit 4ee9dbc

11 files changed

+11
-11
lines changed

docs/_cpp_api/program_listing_file_cpp_include_torch_tensorrt_macros.h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ <h1 id="cpp-api-program-listing-file-cpp-include-torch-tensorrt-macros-h--page-r
502502
<span class="cp">#define STR(x) XSTR(x)</span>
503503

504504
<span class="cp">#define TORCH_TENSORRT_MAJOR_VERSION 1</span>
505-
<span class="cp">#define TORCH_TENSORRT_MINOR_VERSION 1</span>
505+
<span class="cp">#define TORCH_TENSORRT_MINOR_VERSION 2</span>
506506
<span class="cp">#define TORCH_TENSORRT_PATCH_VERSION 0</span>
507507
<span class="cp">#define TORCH_TENSORRT_VERSION \</span>
508508
<span class="cp"> STR(TORCH_TENSORRT_MAJOR_VERSION) \</span>

docs/_notebooks/CitriNet-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@
860860
</div>
861861
</div>
862862
<p>
863-
<img alt="eaf26ca75d6a485c8e90d5e9bf43cb50" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
863+
<img alt="49f059f8826d4aac9d0155f4965c6c49" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
864864
</p>
865865
<section id="Torch-TensorRT-Getting-Started---CitriNet">
866866
<h1 id="notebooks-citrinet-example--page-root">

docs/_notebooks/EfficientNet-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@
860860
</div>
861861
</div>
862862
<p>
863-
<img alt="b7fc06b2feba401ab28a393bc17ee696" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
863+
<img alt="df0c18689e40413c84ae2d7b2a6425f0" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
864864
</p>
865865
<section id="Torch-TensorRT-Getting-Started---EfficientNet-B0">
866866
<h1 id="notebooks-efficientnet-example--page-root">

docs/_notebooks/Hugging-Face-BERT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@
812812
</div>
813813
</div>
814814
<p>
815-
<img alt="f621b4263cbf42a199d083909c389139" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_resnet_notebook.png"/>
815+
<img alt="f9b2423ee36549a9928294e3bc422e0a" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_resnet_notebook.png"/>
816816
</p>
817817
<section id="Masked-Language-Modeling-(MLM)-with-Hugging-Face-BERT-Transformer">
818818
<h1 id="notebooks-hugging-face-bert--page-root">

docs/_notebooks/Resnet50-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@
860860
</div>
861861
</div>
862862
<p>
863-
<img alt="e79e044d97b64f2395e356c1adf3f3bf" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_resnet_notebook.png"/>
863+
<img alt="764dc08f714c4ec08051675f074b64f8" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_resnet_notebook.png"/>
864864
</p>
865865
<section id="Torch-TensorRT-Getting-Started---ResNet-50">
866866
<h1 id="notebooks-resnet50-example--page-root">

docs/_notebooks/lenet-getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@
898898
</div>
899899
</div>
900900
<p>
901-
<img alt="20182e63656f4996a93761fe86965725" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
901+
<img alt="8458f9593d2545e081155aaf5a6aa4ae" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
902902
</p>
903903
<section id="Torch-TensorRT-Getting-Started---LeNet">
904904
<h1 id="notebooks-lenet-getting-started--page-root">

docs/_notebooks/ssd-object-detection-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@
918918
</div>
919919
</div>
920920
<p>
921-
<img alt="24d9386dfed54bee8f6414547ab2f085" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_ssd_notebook.png"/>
921+
<img alt="e81be9037bd246d794a88b6d1a2c97c5" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_ssd_notebook.png"/>
922922
</p>
923923
<section id="Object-Detection-with-Torch-TensorRT-(SSD)">
924924
<h1 id="notebooks-ssd-object-detection-demo--page-root">

docs/_notebooks/vgg-qat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ <h2 id="Overview">
925925
</div>
926926
<p>
927927
## 2. VGG16 Overview ### Very Deep Convolutional Networks for Large-Scale Image Recognition VGG is one of the earliest family of image classification networks that first used small (3x3) convolution filters and achieved significant improvements on ImageNet recognition challenge. The network architecture looks as follows
928-
<img alt="6d5eb809fc7e4c6d89c55b9a01f89a2e" src="https://neurohive.io/wp-content/uploads/2018/11/vgg16-1-e1542731207177.png"/>
928+
<img alt="d3255e5f39024c79b3a03bb2ed94469b" src="https://neurohive.io/wp-content/uploads/2018/11/vgg16-1-e1542731207177.png"/>
929929
</p>
930930
<p>
931931
## 3. Training a baseline VGG16 model We train VGG16 on CIFAR10 dataset. Define training and testing datasets and dataloaders. This will download the CIFAR 10 data in your

docs/_sources/_cpp_api/program_listing_file_cpp_include_torch_tensorrt_macros.h.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Program Listing for File macros.h
3232
#define STR(x) XSTR(x)
3333
3434
#define TORCH_TENSORRT_MAJOR_VERSION 1
35-
#define TORCH_TENSORRT_MINOR_VERSION 1
35+
#define TORCH_TENSORRT_MINOR_VERSION 2
3636
#define TORCH_TENSORRT_PATCH_VERSION 0
3737
#define TORCH_TENSORRT_VERSION \
3838
STR(TORCH_TENSORRT_MAJOR_VERSION) \

docs/py_api/ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ <h2 id="functions">
20872087
at
20882088
</span>
20892089
<span class="pre">
2090-
0x7f5d45f4bef0&gt;
2090+
0x7f8d932d9870&gt;
20912091
</span>
20922092
</span>
20932093
</span>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)