Skip to content

Reported accuracy mismatch for vgg11_bn #313

Description

@nps1ngh

The hub documentation here: https://pytorch.org/hub/pytorch_vision_vgg/
reports the vgg11_bn top-1 error to be 26.70. That is, a top-1 accuracy of 73.30.
This is almost as good as the resnet34 reported here: https://pytorch.org/vision/main/models/generated/torchvision.models.resnet34.html

But the main problem is that torchvision reports a top-1 accuracy of 70.37 for the it here: https://pytorch.org/vision/main/models/generated/torchvision.models.vgg11_bn.html

I guess the latter reported accuracy is correct (70.37) and the one reported here by hub is incorrect?

Or am I missing something? Is this possibly related to pytorch/vision#223? (It's a really old issue though.)

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions