Skip to content

Commit 50d9508

Browse files
committed
revising notebooks, using latest dockerfile
Signed-off-by: vinhn <[email protected]>
1 parent 0e3532b commit 50d9508

File tree

5 files changed

+625
-952
lines changed

5 files changed

+625
-952
lines changed

notebooks/Dockerfile.notebook

Lines changed: 0 additions & 30 deletions
This file was deleted.

notebooks/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git clone https://github.com/NVIDIA/TRTorch
1414
Next, build the NVIDIA TRTorch container (from repo root):
1515

1616
```
17-
docker build -t trtorch -f notebooks/Dockerfile.notebook .
17+
docker build -t trtorch -f ./docker/Dockerfile.21.06 .
1818
```
1919

2020
Then launch the container with:
@@ -44,3 +44,9 @@ Within the container, the notebooks themselves are located at `/workspace/TRTorc
4444

4545
- [lenet-getting-started.ipynb](lenet-getting-started.ipynb): simple example on a LeNet network.
4646
- [ssd-object-detection-demo.ipynb](ssd-object-detection-demo.ipynb): demo for compiling a pretrained SSD model using TRTorch.
47+
- [Resnet50-example.ipynb](Resnet50-example.ipynb): demo on the ResNet-50 network.
48+
- [vgg-qat.ipynb](vgg-qat.ipynb): Quantization Aware Trained models in INT8 using TRTorch
49+
50+
```python
51+
52+
```

0 commit comments

Comments
 (0)