Skip to content

Commit 10b55d4

Browse files
author
Torch-TensorRT Github Bot
committed
docs: [Automated] Regenerating documenation for 5837f7e
Signed-off-by: Torch-TensorRT Github Bot <[email protected]>
1 parent 5837f7e commit 10b55d4

17 files changed

+775
-668
lines changed
-83 Bytes
Loading
-84 Bytes
Loading

docs/_notebooks/CitriNet-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@
857857
</div>
858858
</div>
859859
<p>
860-
<img alt="dd0a257cbc53445c91adb0273918a48b" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
860+
<img alt="40d5ab74581c428d9c5230ed25890999" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
861861
</p>
862862
<section id="Torch-TensorRT-Getting-Started---CitriNet">
863863
<h1 id="notebooks-citrinet-example--page-root">

docs/_notebooks/EfficientNet-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@
857857
</div>
858858
</div>
859859
<p>
860-
<img alt="52e1537c0cb04f81953c0e4dae686977" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
860+
<img alt="79416fd115d143a29e7efd39655d85ee" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
861861
</p>
862862
<section id="Torch-TensorRT-Getting-Started---EfficientNet-B0">
863863
<h1 id="notebooks-efficientnet-example--page-root">

docs/_notebooks/Hugging-Face-BERT.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
</div>
810810
</div>
811811
<p>
812-
<img alt="6f413080ede34f8fa33b392b5c58f24f" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_resnet_notebook.png"/>
812+
<img alt="638fe16fb2294b1f87093cccef6f5dd5" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_resnet_notebook.png"/>
813813
</p>
814814
<section id="Masked-Language-Modeling-(MLM)-with-Hugging-Face-BERT-Transformer">
815815
<h1 id="notebooks-hugging-face-bert--page-root">

docs/_notebooks/Resnet50-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@
857857
</div>
858858
</div>
859859
<p>
860-
<img alt="3becf30691274df4a0e06b68f93692b9" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_resnet_notebook.png"/>
860+
<img alt="b04b99434eb04a00aae86b8af3f444e3" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_resnet_notebook.png"/>
861861
</p>
862862
<section id="Torch-TensorRT-Getting-Started---ResNet-50">
863863
<h1 id="notebooks-resnet50-example--page-root">

docs/_notebooks/Resnet50-example.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
"name": "python",
918918
"nbconvert_exporter": "python",
919919
"pygments_lexer": "ipython3",
920-
"version": "3.8.12"
920+
"version": "3.8.13"
921921
}
922922
},
923923
"nbformat": 4,

docs/_notebooks/dynamic-shapes.html

+270-221
Large diffs are not rendered by default.

docs/_notebooks/dynamic-shapes.ipynb

+247-218
Large diffs are not rendered by default.

docs/_notebooks/lenet-getting-started.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@
895895
</div>
896896
</div>
897897
<p>
898-
<img alt="8ce01a4745fa4fbfbf98ebcbc7bf86c6" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
898+
<img alt="27916bc087584aae9e1384558c397af3" src="http://developer.download.nvidia.com/compute/machine-learning/frameworks/nvidia_logo.png"/>
899899
</p>
900900
<section id="Torch-TensorRT-Getting-Started---LeNet">
901901
<h1 id="notebooks-lenet-getting-started--page-root">

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@
915915
</div>
916916
</div>
917917
<p>
918-
<img alt="1deeffd984134e5b83ec21d4ec3b28b0" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_ssd_notebook.png"/>
918+
<img alt="3a03525f88bc4c17a7beb69eb6f1cec4" src="https://developer.download.nvidia.com/tesla/notebook_assets/nv_logo_torch_trt_ssd_notebook.png"/>
919919
</p>
920920
<section id="Object-Detection-with-Torch-TensorRT-(SSD)">
921921
<h1 id="notebooks-ssd-object-detection-demo--page-root">

docs/_notebooks/vgg-qat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ <h2 id="Overview">
922922
</div>
923923
<p>
924924
## 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
925-
<img alt="0a7606b8b88642be896ca3ad9cb25bfe" src="https://neurohive.io/wp-content/uploads/2018/11/vgg16-1-e1542731207177.png"/>
925+
<img alt="f678e41a05a14c6fbd75b32554b59f88" src="https://neurohive.io/wp-content/uploads/2018/11/vgg16-1-e1542731207177.png"/>
926926
</p>
927927
<p>
928928
## 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/_notebooks/Resnet50-example.ipynb.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
"name": "python",
918918
"nbconvert_exporter": "python",
919919
"pygments_lexer": "ipython3",
920-
"version": "3.8.12"
920+
"version": "3.8.13"
921921
}
922922
},
923923
"nbformat": 4,

docs/_sources/_notebooks/dynamic-shapes.ipynb.txt

+247-218
Large diffs are not rendered by default.

docs/objects.inv

44 Bytes
Binary file not shown.

docs/py_api/ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ <h2 id="functions">
20662066
at
20672067
</span>
20682068
<span class="pre">
2069-
0x7f6a9b7a90b0&gt;
2069+
0x7f7a76184030&gt;
20702070
</span>
20712071
</span>
20722072
</span>

docs/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)