Skip to content

Critical Normalization error in DeiT_example.ipynb #73

@sidgairo18

Description

@sidgairo18

Hi,

The normalization used in the Deit_example.ipynb is incorrect. It should actually be: normalize = transforms.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225])

I checked the results, and they seem to be dramtically better in terms of accuracy.

Maybe this was on accident and should be fixed.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions