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

weight initialization on nn.SpatialBatchNormalization #19

Open
wuhuo714 opened this issue Nov 15, 2016 · 1 comment
Open

weight initialization on nn.SpatialBatchNormalization #19

wuhuo714 opened this issue Nov 15, 2016 · 1 comment

Comments

@wuhuo714
Copy link

Hi, can weight-init.lua initialize the weights and bias of the layer nn.SpatialBatchNormalization ?

@jhjin
Copy link
Contributor

jhjin commented Nov 20, 2016

it does not support nn.SpatialBatchNormalization. You can try the similar way as other supported function but with the reset function overloading https://github.com/torch/nn/blob/master/BatchNormalization.lua#L65

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