Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant