Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the Code that computes the L2 distance after Wl ? #67

Open
rcx986635 opened this issue Mar 16, 2021 · 2 comments
Open

Where is the Code that computes the L2 distance after Wl ? #67

rcx986635 opened this issue Mar 16, 2021 · 2 comments

Comments

@rcx986635
Copy link

I found it should computes the L2 distance after Wl from the paper, but I didnt find in the lpips.py or the other area.

@rcx986635
Copy link
Author

@richzhang

@rcx986635
Copy link
Author

for channel first , (N,C,H,W) after wl will be (N,1,H,W), then l2_norm( (N,1,H,W),dim=1,keepdims=True) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant