You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
I was looking at the implementation of the XavierFill operator : https://github.com/caffe2/caffe2/blob/0dd3284525079f3870df92f61bed3b94eb45ff53/caffe2/operators/filler_op.h#L434
But if we look at the formula 16 in the original paper: http://proceedings.mlr.press/v9/glorot10a/glorot10a.pdf
We can see that the values SHOULD be uniformly sampled in
For my particular use case, I have an approxiamte factor 10^2 difference. Can someone clarify why this XavierFill implementation doesnt look correct ?
The text was updated successfully, but these errors were encountered: