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

Mean / Variance Dimensions of Window Norm #2

Open
L-Reichardt opened this issue Mar 10, 2023 · 1 comment
Open

Mean / Variance Dimensions of Window Norm #2

L-Reichardt opened this issue Mar 10, 2023 · 1 comment

Comments

@L-Reichardt
Copy link

Hello,

I have a question about window norm.

Are the mean / variance calculated over the channel dimension as well, so in a tensor (N, C, K) -> Mean = sum(C, K)/(C*K)? Or is this calculation just performed for each channel individually per neighbor -> Mean = sum(K)/K ?

Best Regards,
L

@L-Reichardt L-Reichardt changed the title Variance Dimensions of Window Norm Mean / Variance Dimensions of Window Norm Mar 10, 2023
@DBDXSS
Copy link
Owner

DBDXSS commented Nov 20, 2024

(N, C, K) -> Mean = sum(C, K)/(C*K) is right.

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

2 participants