MatthieuCourbariaux / BinaryNet

Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1
BSD 3-Clause "New" or "Revised" License
1.04k stars 346 forks source link

BNN's in TensorFlow? #21

Closed abhishektyaagi closed 7 years ago

abhishektyaagi commented 7 years ago

Hi, Matthieu. Congratulations on a very exciting paper. It really opens up another branch to the current Deep Learning community. I have been trying to replicate the work in TensorFlow but I have had little success in doing that. I understand the paper and the idea, but due to the fact that I am new to deep learning may be, I am missing some key steps. I am trying to replicate the functions in TF implemented in theano for the BNNs.

Is it possible for you to share your insight on how to implement your work in TF and share any code that you may or can implement in TF? A large number of people are using TF so it would help a lot of us out