BMXNet-v2
BMXNet-v2 copied to clipboard
Weights Quantization
First of all, thank you for sharing your code.
Not an issue per se, I have a doubt. Why do you initialize weights using Glorot Normal (and the quantizing them) instead of directly initialize the weights with a Bernoulli distribution?
Greetings