Skip to content

Commit

Permalink
[Minor] Fix typos in vgg page (#332)
Browse files Browse the repository at this point in the history
* fix: typo err

* Update install_deps.sh

* Update install_deps.sh
  • Loading branch information
cpprhtn committed Jul 7, 2023
1 parent 1c747e2 commit 54269a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytorch_vision_vgg.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ for i in range(top5_prob.size(0)):
### Model Description

Here we have implementations for the models proposed in [Very Deep Convolutional Networks for Large-Scale Image Recognition](https://arxiv.org/abs/1409.1556),
for each configurations and their with bachnorm version.
for each configurations and their with batchnorm version.

For example, configuration `A` presented in the paper is `vgg11`, configuration `B` is `vgg13`, configuration `D` is `vgg16`
and configuration `E` is `vgg19`. Their batchnorm version are suffixed with `_bn`.

Their 1-crop error rates on imagenet dataset with pretrained models are listed below.
Their Top-1 error rates on ImageNet dataset with pretrained models are listed below.

| Model structure | Top-1 error | Top-5 error |
| --------------- | ----------- | ----------- |
Expand Down

0 comments on commit 54269a4

Please sign in to comment.