Skip to content

Commit 9230f40

Browse files
committed
Update the accuracy meta on vit_l_16_swag model to result from our experiment
1 parent 4cf4eff commit 9230f40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

torchvision/models/vision_transformer.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,8 @@ class ViT_L_16_Weights(WeightsEnum):
411411
"num_params": 305174504,
412412
"size": (512, 512),
413413
"min_size": (512, 512),
414-
# Still mock:
415-
"acc@1": 88.07,
416-
"acc@5": 98.51,
414+
"acc@1": 88.064,
415+
"acc@5": 98.512,
417416
},
418417
)
419418
DEFAULT = IMAGENET1K_V1

0 commit comments

Comments
 (0)