Skip to content

Commit 087d64a

Browse files
authored
dummy commit to force CI restart
1 parent 942b3cf commit 087d64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-11-18-how-to-train-state-of-the-art-models-using-torchvision-latest-primitives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We are currently working on a new prototype mechanism which will extend the mode
4747
weights = P.models.ResNet50_Weights.IMAGENET1K_V2
4848
model = P.models.resnet50(weights=weights)
4949
model.eval()
50-
 
50+
5151
# Initialize inference transforms
5252
preprocess = weights.transforms()
5353

0 commit comments

Comments
 (0)