This repository was archived by the owner on Jul 6, 2023. It is now read-only.
  
  
  
  
  
Description
Hi Koen,
Thanks for the great work!
I noticed to reproduce BinaryNet on CIFAR-10 experiment of section 5.2, you use the setting as followed:
class bop_sec52(default):
   epochs = 500
   batch_size = 50
    kernel_quantizer = None
    kernel_constraint = None
    threshold = 1e-8
    gamma = 1e-4
    gamma_decay = 0.1
    decay_step = int((50000 / 50) * 100)
where kernel_quantizer and kernel_constraint is set to None, so only the input is binarized while the weight is real-valued, is that expected?
I thought BinaryNet should also have binarized weight?
Best,
Junru