Skip to content

Compute the mean and std about the direct datasets #2

@SWHL

Description

@SWHL

It may be something wrong on the line 42 in the utils.py

mean.div_(len(dataset))

I think it should be the following code:

    mean.div_(len(dataloader))
    std.div_(len(dataloader))

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