Skip to content

Commit

Permalink
update vgg error rates
Browse files Browse the repository at this point in the history
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 )`
  • Loading branch information
nps1ngh committed Jan 9, 2023
1 parent ed58d27 commit f9df6ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pytorch_vision_vgg.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ Their 1-crop error rates on imagenet dataset with pretrained models are listed b

| Model structure | Top-1 error | Top-5 error |
| --------------- | ----------- | ----------- |
| vgg11 | 30.98 | 11.37 |
| vgg11_bn | 26.70 | 8.58 |
| vgg13 | 30.07 | 10.75 |
| vgg13_bn | 28.45 | 9.63 |
| vgg16 | 28.41 | 9.62 |
| vgg16_bn | 26.63 | 8.50 |
| vgg19 | 27.62 | 9.12 |
| vgg19_bn | 25.76 | 8.15 |
| vgg11 | 30.98 | 11.372 |
| vgg11_bn | 29.63 | 90.374 |
| vgg13 | 30.072 | 10.754 |
| vgg13_bn | 28.414 | 9.626 |
| vgg16 | 28.408 | 9.618 |
| vgg16_bn | 26.64 | 8.484 |
| vgg19 | 27.624 | 9.124 |
| vgg19_bn | 25.782 | 8.158 |

### References

Expand Down

0 comments on commit f9df6ab

Please sign in to comment.