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
I have a little question about weight initialization:
In the SE block, how are the fully connected down (squeeze) and up (excite) weights initialized?
I couldn't find the answer in the paper or the implementation here.
Thanks you!
The text was updated successfully, but these errors were encountered:
The weight initialization about two FC layers is not mattered, you can use 'msra' initialization or gaussian initialization with std 0.01. Actually, it does not affect results.
Hello,
Thank you for your great work and paper.
I have a little question about weight initialization:
In the SE block, how are the fully connected down (squeeze) and up (excite) weights initialized?
I couldn't find the answer in the paper or the implementation here.
Thanks you!
The text was updated successfully, but these errors were encountered: