Skip to content

Commit 73d0115

Browse files
author
Anna Spiridonenkova
committed
blogstyling update
1 parent 27806ff commit 73d0115

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog_detail
33
title: 'Running PyTorch Models on Jetson Nano'
44
author: Jeff Tang, Hamid Shojanazeri, Geeta Chauhan
5-
featured-img: ''
5+
featured-img: 'assets/images/pytorch-logo.jpg'
66
---
77

88
### Overview
@@ -231,19 +231,19 @@ Using the same test files used in the PyTorch iOS YOLOv5 demo app or Android YOL
231231
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-1.png" alt="PyTorch YOLOv5 on Jetson Nano, example with a dog" width="35%">
232232
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-2.jpeg" alt="PyTorch YOLOv5 on Jetson Nano, example with a horse and a rider" width="50%">
233233
</div>
234-
**Figure 1**. *PyTorch YOLOv5 on Jetson Nano*.
234+
Figure 1. PyTorch YOLOv5 on Jetson Nano.
235235

236236
<div style="display: flex">
237237
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-3.png" alt="PyTorch YOLOv5 on iOS, example with a dog" width="35%">
238238
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-4.png" alt="PyTorch YOLOv5 on iOS, example with a horse and a rider" width="50%">
239239
</div>
240-
**Figure 2**. *PyTorch YOLOv5 on iOS*.
240+
Figure 2. PyTorch YOLOv5 on iOS.
241241

242242
<div style="display: flex">
243243
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-5.png" alt="PyTorch YOLOv5 on Android, example with a dog" width="35%">
244244
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-6.png" alt="PyTorch YOLOv5 on Android, example with a horse and a rider" width="50%">
245245
</div>
246-
**Figure 2**. *PyTorch YOLOv5 on Android*.
246+
Figure 3. PyTorch YOLOv5 on Android.
247247

248248
### Summary
249249
Based on our experience of running different PyTorch models for potential demo apps on Jetson Nano, we see that even Jetson Nano, a lower-end of the Jetson family of products, provides a powerful GPU and embedded system that can directly run some of the latest PyTorch models, pre-trained or transfer learned, efficiently.

assets/images/pytorch-logo.jpg

22.1 KB
Loading

0 commit comments

Comments
 (0)