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

about weight initialization #3

Open
pranshushah opened this issue Apr 17, 2017 · 1 comment
Open

about weight initialization #3

pranshushah opened this issue Apr 17, 2017 · 1 comment

Comments

@pranshushah
Copy link

why are you using tf.contrib.layers.xavier initializer instead of tf.contrib.layers.variance_scaling_initializer() ??

@wenxinxu
Copy link
Owner

There were no documentations for the tf.contrib.layers.variance_scaling_initializer() when I wrote the code. Basically the variance scaling initializer is a more customizable version of Xavier. They are based on the same idea that adjusts the initialization with the input channels. They should perform similarly in resnet. (You may change the code and play with it.)

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