hpi-xnor / BMXNet

(New version is out: https://github.com/hpi-xnor/BMXNet-v2) BMXNet: An Open-Source Binary Neural Network Implementation Based on MXNet
Apache License 2.0
349 stars 95 forks source link

XNOR-Net implementation #60

Closed kaivu1999 closed 4 years ago

kaivu1999 commented 4 years ago

Description

If I am not wrong BMXNet follows XNOR implementation right ? For reference this is the image from XNOR paper.

XNOR-Net

If yes, then Where can I find these multiplications ( Output_Matrix k alpha ) in the code ?

Code

  1. I was looking in these files q_convolution-inl.h and q_convolution_v1-inl.h
    1. Also, what is the difference between these two files and which one is used ?

Can you please help me @yanghaojin ? Thanking you in advance !

Jopyth commented 4 years ago

Closing this, since we only support the new version from now on: https://github.com/hpi-xnor/BMXNet-v2