Skip to content

Commit f9df6ab

Browse files
authored
update vgg error rates
updates according to numbers from: https://pytorch.org/vision/main/models.html#table-of-all-available-classification-weights `torchvision` documentation version: `main (0.15.0a0+23c2e5f )`
1 parent ed58d27 commit f9df6ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pytorch_vision_vgg.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ Their 1-crop error rates on imagenet dataset with pretrained models are listed b
101101

102102
| Model structure | Top-1 error | Top-5 error |
103103
| --------------- | ----------- | ----------- |
104-
| vgg11 | 30.98 | 11.37 |
105-
| vgg11_bn | 26.70 | 8.58 |
106-
| vgg13 | 30.07 | 10.75 |
107-
| vgg13_bn | 28.45 | 9.63 |
108-
| vgg16 | 28.41 | 9.62 |
109-
| vgg16_bn | 26.63 | 8.50 |
110-
| vgg19 | 27.62 | 9.12 |
111-
| vgg19_bn | 25.76 | 8.15 |
104+
| vgg11 | 30.98 | 11.372 |
105+
| vgg11_bn | 29.63 | 90.374 |
106+
| vgg13 | 30.072 | 10.754 |
107+
| vgg13_bn | 28.414 | 9.626 |
108+
| vgg16 | 28.408 | 9.618 |
109+
| vgg16_bn | 26.64 | 8.484 |
110+
| vgg19 | 27.624 | 9.124 |
111+
| vgg19_bn | 25.782 | 8.158 |
112112

113113
### References
114114

0 commit comments

Comments
 (0)