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

down and up weight initialization #74

Closed
royhj opened this issue May 15, 2019 · 2 comments
Closed

down and up weight initialization #74

royhj opened this issue May 15, 2019 · 2 comments

Comments

@royhj
Copy link

royhj commented May 15, 2019

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!

@hujie-frank
Copy link
Owner

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.

@royhj
Copy link
Author

royhj commented May 15, 2019

Thank you @hujie-frank

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