We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7a18f commit 913be93Copy full SHA for 913be93
torchvision/models/regnet.py
@@ -583,9 +583,8 @@ class RegNet_Y_16GF_Weights(WeightsEnum):
583
meta={
584
**_COMMON_SWAG_META,
585
"num_params": 83590140,
586
- # still mock
587
- "acc@1": 86.02,
588
- "acc@5": 98.05,
+ "acc@1": 86.012,
+ "acc@5": 98.054,
589
},
590
)
591
DEFAULT = IMAGENET1K_V2
@@ -622,9 +621,8 @@ class RegNet_Y_32GF_Weights(WeightsEnum):
622
621
623
624
"num_params": 145046770,
625
626
- "acc@1": 86.83,
627
- "acc@5": 98.36,
+ "acc@1": 86.838,
+ "acc@5": 98.362,
628
629
630
0 commit comments