Skip to content

vgg l1 loss #6

@Lucas-Luoling

Description

@Lucas-Luoling

In vgg.py, as the forward, will return 4 outputs.
But in WDNet.py line252-line254, only use top3 outputs to compute the l1 loss

And in paper, To calculate L1 perceptual loss, we use the outputs of the relu2 2 layer of a pre-trained VGG-16 network [25] to represent the learned features of Y^o and Y and then compute their L1 difference.
But in this project, compute the MSELoss

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