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

SE features are wrongly computed #126

Open
FrancescoSaverioZuppichini opened this issue Dec 14, 2020 · 0 comments
Open

SE features are wrongly computed #126

FrancescoSaverioZuppichini opened this issue Dec 14, 2020 · 0 comments

Comments

@FrancescoSaverioZuppichini
Copy link

FrancescoSaverioZuppichini commented Dec 14, 2020

Hi,

Here (

self.se = SE(w_b, w_se) if w_se else None
) you compute the SE features. w_se should be w_b // 4 not w_in // 4. You are basically squeezing by not the correct value if you compute the inner se features not based on the in features.

Best Regards,

Francesco

@FrancescoSaverioZuppichini FrancescoSaverioZuppichini changed the title SE features are wrongly computer SE features are wrongly computed Dec 14, 2020
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