-
Is there any implementation of XNOR-Net in Tensorflow?
-
Is there any implementation of XNOR-Net in Caffe?
I'm very interested to embed a net in a phone.
-
Some XNOR-net improvements:
* binary output (bit-1 already packed to uint32_t and transposed)
* fuse conv and shortcut with binary output (currently fused with FP32-output)
* fuse conv and maxpool…
-
Hi, I really like this project, and wonder if you can give me any advice on how to make a smaller architecture to train on MNIST?
In your paper on the last page, it's written that the `B-A-C-P` is…
ghost updated
7 years ago
-
Has anyone successfully run xnor-net? I run the code dozens of times, but it has never converged. The error is always "nan". Any idea to make the training converge?
-
I trained tiny yolov3 model on one class (face) based on this cfg-file: [https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov3-tiny_xnor.cfg](url)
As instructed, I used command to get initial we…
-
## 🚀 Feature
It would be great to have the bitwise operation 'Population Count' that counts the number of 1 bits to be exposed.
Not sure if this exists in the back end of torch? It is exposed in […
-
No matter what i try, I can run the training. I have tried compiling binop, and it compiles fine, but running doenst work:
on Ubuntu LTS 18.04: (Python 3.6, Pytorch 4.0, no GPU)
```
python3 main.…
-
## 0. 論文
Mohammad Rastegari, Vicente Ordonez, Joseph Redmon, Ali Farhadi
https://arxiv.org/abs/1603.05279
Qiita
https://qiita.com/ikeyasu/items/e902360c465e89bdb1b9
## 1. どんなもの?
パラメータとアクティ…
-
Hello,
i 'm training xnor-net used voc data
training DB : voc 12 + 7
test DB : voc 7
cfg : tiny-yolo-voc_xnor.cfg
weight : yolov2-tiny-voc.weights
lr : 0.001
I get only mAP 20% ....
Any …