Skip to content

Commit 7a38d9c

Browse files
authored
Merge pull request #725 from shiftlab/torchvision-blog-post-5-26
TorchVision blog post 5/26
2 parents 6214a5d + 6103dae commit 7a38d9c

6 files changed

+217
-1
lines changed

_layouts/blog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<h1 class="blog-index-title">
2020
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
2121
</h1>
22-
<p class="featured-blog-preview">{{ post.excerpt | remove: '<p>' | remove: '</p>' | truncate: 100 }}</p>
22+
<p class="featured-blog-preview">{{ post.excerpt | strip_html | truncate: 100 }}</p>
2323

2424
<a href="{{ site.baseurl }}{{ post.url }}" class="btn btn-lg with-right-arrow">
2525
Read More

_posts/2021-5-26-torchvision-mobilenet-v3-implementation.md

+216
Large diffs are not rendered by default.

assets/images/detection.png

198 KB
Loading

assets/images/mobilenet-v3-block.png

225 KB
Loading

assets/images/segmentation.png

190 KB
Loading

0 commit comments

Comments
 (0)