Open koenhelwegen opened 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?
self.ratioInfl=3
Related to #7 (but the discussion there doesn't mention specific accuracies)
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?