Skip to content

Commit c186d81

Browse files
authored
Merge pull request #723 from AshishSardana/asardana/efficientnet
Example notebook for EfficientNet
2 parents 2699f63 + 1c9af31 commit c186d81

File tree

3 files changed

+818
-0
lines changed

3 files changed

+818
-0
lines changed

docsrc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Getting Started
5353
_notebooks/Resnet50-example
5454
_notebooks/ssd-object-detection-demo
5555
_notebooks/vgg-qat
56+
_notebooks/EfficientNet-example
5657

5758

5859
Python API Documenation

notebooks/EfficientNet-example.ipynb

Lines changed: 816 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Within the container, the notebooks themselves are located at `/Torch-TensorRT/n
4848
- [ssd-object-detection-demo.ipynb](ssd-object-detection-demo.ipynb): demo for compiling a pretrained SSD model using Torch-TensorRT.
4949
- [Resnet50-example.ipynb](Resnet50-example.ipynb): demo on the ResNet-50 network.
5050
- [vgg-qat.ipynb](vgg-qat.ipynb): Quantization Aware Trained models in INT8 using Torch-TensorRT
51+
- [EfficientNet-example.ipynb](EfficientNet-example.ipynb): Simple use of 3rd party PyTorch model library
5152

5253
```python
5354

0 commit comments

Comments
 (0)