You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
) 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
The text was updated successfully, but these errors were encountered:
Hi,
Here (
pycls/pycls/models/anynet.py
Line 167 in ca89a79
w_se
should bew_b // 4
notw_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
The text was updated successfully, but these errors were encountered: