yaysummeriscoming / BinaryNet_and_XNORNet

Keras implementations of BinaryNet and XNORNet
56 stars 23 forks source link

Conv1D? #2

Open dorian95 opened 6 years ago

dorian95 commented 6 years ago

Hi, I've been trying to make a binary-weights-net or Xnor-net work with text data, so I'd need 1D convolutions. I tried modifying his code https://github.com/DingKe/nn_playground/tree/master/binarynet but without success. Do you have an idea how I can make it work with your code?

lgeiger commented 4 years ago

You can checkout http://larq.dev which has binary Conv1D implemented.