Skip to content

Commit 56a0c77

Browse files
Fixing featured image
1 parent e8d7339 commit 56a0c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022-8-17-easily-list-and-initialize-models-with-new-apis-in-torchvision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog_detail
33
title: "Easily list and initialize models with new APIs in TorchVision"
44
author: Vasilis Vryniotis and Laurence Rouesnel
5-
featured-img: "\assets\images\easily-list-and-initialize-models-with-new-apis-in-torchvision-1.png"
5+
featured-img: "/assets/images/easily-list-and-initialize-models-with-new-apis-in-torchvision-1.png"
66
---
77

88
TorchVision now supports listing and initializing all available built-in models and weights by name. This new API builds upon the recently introduced [Multi-weight support API](https://pytorch.org/blog/introducing-torchvision-new-multi-weight-support-api/), is currently in Beta, and it addresses a long-standing [request](https://github.com/pytorch/vision/issues/1143) from the community.

0 commit comments

Comments
 (0)