-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
XavierFilller and MSRAFiller fail to fill a bias blob #6275
Comments
I can reproduce this behavior. Looks like the Turns out prior to #6240 when we used On the other hand, maybe we should add a bias filler check too, to make sure we catch this next time. |
@Noiredd Thanks a lot. |
To be honest, using Xavier/MSRA for bias initialization does not make much sense: how to define |
Issue summary
XavierFilller and MSRAFiller doesn't work in current master, the error info as below:
Steps to reproduce
run a caffe prototxt with Convolution, which para filler use Xavier or MSRA.
I ran a Resnet50 prototxt. Part as follow:
The text was updated successfully, but these errors were encountered: