itayhubara / BinaryNet.pytorch

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

The weights, and biases of the conv and bn are not binary (They are floats) ! #33

Open nalnatsheh opened 8 months ago

nalnatsheh commented 8 months ago

Hi, after training the model, I checked the weights, and the biases of each conv and bn layers and they are floats. I am not sure what I am missing here, but the paper specifically talked about the weights and activations being constrained to +1/-1, which is not the case !! I appreciate any help here !