itayhubara / BinaryNet.tf

BNN implementation in tensorflow
165 stars 54 forks source link

binary net inference time #15

Open suke27 opened 5 years ago

suke27 commented 5 years ago

Hello, when I add binary ops to my network. in inference process, I found it will make inference slower than normal case. should I do more operations in inference case.