itayhubara / BinaryNet.pytorch

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

binary_alexnet ratioInfl=3 #18

Open koenhelwegen opened 5 years ago

koenhelwegen commented 5 years ago

In your binary_alexnet implementation you set self.ratioInfl=3 here. Is this inflation used to obtain the 41.8% top-1 accuracy on ImageNet reported in your JMRL paper?

koenhelwegen commented 5 years ago

Related to #7 (but the discussion there doesn't mention specific accuracies)