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 Jul 6, 2023. It is now read-only.
In birealnet.py, I observe that kernel_initializer is set as "glorot_normal" for Conv2d; However, in QuantConv2D, the kernel_initializer is set as "glorot_normal".
Kernel_initializer ="glorot_normal" means the kernel weights are all set as 1 ?
Thank you very much.
The text was updated successfully, but these errors were encountered:
My problem is that I found that the weights of QuantConv2D obtained with initialization method "glorot_normal" is not +1 or -1.
"glorot_normal" in Pytorch framework is as below:
The example is as :
The value of w is apparently not +1 or -1.
Thank you very much.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In birealnet.py, I observe that kernel_initializer is set as "glorot_normal" for Conv2d; However, in QuantConv2D, the kernel_initializer is set as "glorot_normal".
Kernel_initializer ="glorot_normal" means the kernel weights are all set as 1 ?
Thank you very much.
The text was updated successfully, but these errors were encountered: