Skip to content

Commit 28e31ff

Browse files
author
Anna Spiridonenkova
committed
added a new reference source
1 parent 73d0115 commit 28e31ff

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

_posts/2022-3-10-running-pytorch-models-on-jetson-nano.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,17 +254,21 @@ But if you just need to run some common computer vision models on Jetson Nano us
254254

255255

256256
### References
257-
Jetson Inference docker image details
257+
Torch-TensorRT, a compiler for PyTorch via TensorRT:
258+
[https://github.com/NVIDIA/Torch-TensorRT/](https://github.com/NVIDIA/Torch-TensorRT/)
259+
260+
Jetson Inference docker image details:
258261
[https://github.com/dusty-nv/jetson-inference/blob/master/docs/aux-docker.md](https://github.com/dusty-nv/jetson-inference/blob/master/docs/aux-docker.md)
259262

260-
A guide to using TensorRT on the Nvidia Jetson Nano
263+
A guide to using TensorRT on the Nvidia Jetson Nano:
261264
[https://docs.donkeycar.com/guide/robot_sbc/tensorrt_jetson_nano/](https://docs.donkeycar.com/guide/robot_sbc/tensorrt_jetson_nano/)
262265
including:
263266

264-
1. Use Jetson as a portable GPU device to run a NN chess engine model
265-
[https://medium.com/@ezchess/jetson-lc0-running-leela-chess-zero-on-nvidia-jetson-a-portable-gpu-device-a213afc9c018](https://medium.com/@ezchess/jetson-lc0-running-leela-chess-zero-on-nvidia-jetson-a-portable-gpu-device-a213afc9c018)
267+
1. Use Jetson as a portable GPU device to run an NN chess engine model:
268+
[https://medium.com/@ezchess/jetson-lc0-running-leela-chess-zero-on-nvidia-jetson-a-portable-gpu-device-a213afc9c018](https://medium.com/@ezchess/jetson-lc0-running-leela-chess-zero-on-nvidia-jetson-a-portable-gpu-device-a213afc9c018)
266269

267-
2. A MaskEraser app using PyTorch and Torchvision, installed directly with pip
268-
[https://github.com/INTEC-ATI/MaskEraser#install-pytorch](https://github.com/INTEC-ATI/MaskEraser#install-pytorch)
270+
2. A MaskEraser app using PyTorch and torchvision, installed directly with pip:
271+
[https://github.com/INTEC-ATI/MaskEraser#install-pytorch](https://github.com/INTEC-ATI/MaskEraser#install-pytorch)
269272

270-
A PyTorch to TensorRT converter [https://github.com/NVIDIA-AI-IOT/torch2trt](https://github.com/NVIDIA-AI-IOT/torch2trt)
273+
A PyTorch to TensorRT converter:
274+
[https://github.com/NVIDIA-AI-IOT/torch2trt](https://github.com/NVIDIA-AI-IOT/torch2trt)

0 commit comments

Comments
 (0)