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

question on the number of parameter #33

Open
sihyeong671 opened this issue Jun 22, 2023 · 1 comment
Open

question on the number of parameter #33

sihyeong671 opened this issue Jun 22, 2023 · 1 comment

Comments

@sihyeong671
Copy link

I read your paper and like it. but I have a one question.
In this equation(3), there is (2d-1)^2 operations.
It is depth-wise convolution so I think this may be (2d-1)^2 * C.
why the number of parameter is (2d-1)^2? Am I misunderstanding about LKA structure?
스크린샷 2023-06-23 오전 12 51 47

@Leonngm
Copy link

Leonngm commented Jun 29, 2023

Hi @sihyeong671
I am not one of the authors, but I also found a mistake in the formula. The correct formula for Parameter count should be:
P(K,d) =C((K/d)^2+(2d-1)^2+3+C). This formula also gives the fitting number with the table of the paper. Hope this helps you.

Best regards.

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