BinaryNet implementation in TensorFlow
Asked Answered
B

1

7

I recently read a very interesting paper (http://arxiv.org/pdf/1602.02830v3.pdf) suggesting a method for training a CNN with weights and activations constrained to [-1,1]. This is highly beneficial from power/speed perspective.

There are implementations for the method in Torch and Theano publicly available in github: https://github.com/MatthieuCourbariaux/BinaryNet (Theano) https://github.com/itayhubara/BinaryNet (Torch)

I was wondering if the above method can be implemented in TensorFlow ? Has anyone tried implementing this?

Bochum answered 21/8, 2016 at 12:31 Comment(0)
H
3

Take a look at the TensorFlow GitHub issue #1592. It tracks the progress of the current attempt to add support for binary networks in TensorFlow.

Hovis answered 24/8, 2016 at 0:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.