Hyungjun-K1m / BinaryDuo

Torch-7 implementation of BinaryDuo (ICLR 2020).
9 stars 1 forks source link

BinaryDuo

Torch-7 implementation of BinaryDuo: Reducing Gradient Mismatch in Binary Activation Network by Coupling Binary Activations.

The code is based on "https://github.com/facebook/fb.resnet.torch". You can find prerequisites and training method here.