Skip to content

Why no normalization ? #5

@tcosmo

Description

@tcosmo

Hi,
In order to use vgg19, the following normalizing step has to be used:
(Values of the input image being between 0 and 1)
normalize = transforms.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225])
cf : https://github.com/pytorch/vision#models
Why arn't you using here, not needed ?
Thx :)

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