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

Is Xavier initialization used for the weights of fc on ImageNet? #10

Open
ZhuMai opened this issue Jun 29, 2018 · 0 comments
Open

Is Xavier initialization used for the weights of fc on ImageNet? #10

ZhuMai opened this issue Jun 29, 2018 · 0 comments

Comments

@ZhuMai
Copy link

ZhuMai commented Jun 29, 2018

The parameters are initialized according to [12] and the weights of fully connected layer are using Xavier initialization [10].

is written in your paper. However, Pytorch code for ImageNet only uses the default initialization of full connection but not Xavier initialization.
Thus, is Xavier initialization used for fc on ImageNet on earth?

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