itayhubara / BinaryNet.pytorch

Binarized Neural Network (BNN) for pytorch
504 stars 125 forks source link

Questions regarding MNIST #21

Open ojmakke opened 5 years ago

ojmakke commented 5 years ago

Hello,

The last layer for MNIST is Linear, not BinarizeLinear, this will cause the weights to not necessarily be binary, correct?

Also, for the batch normalization layer, its parameters are not binary. Correct?