-
Dear Author,
Could you show your B-SNN code. I tried to re-simulate the B-SNN paper but the accuracy always below 10% event for MNIST dataset. Thanks for the help.
-
Improve performance for Object Detection models on ARM architecture using XNOR-Networks:
[Binary Neural Networks: A Survey](https://arxiv.org/pdf/2004.03333.pdf)
[XNOR-Net: ImageNet Classification …
-
I train yolo v3 xnor net with this cfg:
[cc_xnor_2.txt](https://github.com/AlexeyAB/darknet/files/2574963/cc_xnor_2.txt)
the training seems ok:
![1](https://user-images.githubusercontent.com/183970…
-
hi @jiecaoyu , I wanted to know for last layer is there any softmax layer in Imagenet (alexnet model)?,your help will be appreciated
-
Hi @AlexeyAB,
I am trying to run yolov3-tiny_xnor.cfg for detection in a raspberry pi. I have trained the network, tested it on an Intel-based system and it just works fine. However, when I run it …
-
Hi, I train a model use yolov3-tiny_xnor.cfg ,but I cannot test it when target win32|x86(Release) in msvc 2015.It failed in calculate_binary_weights(net).But it succeeded when target win32|x86(Debug) …
-
Hi everyone, I have created xyolo.cfg like this,
[net]
# Testing
#batch=1
#subdivisions=1
# Training
batch=64
subdivisions=8
width=256
height=256
channels=3
momentum=0.9
decay=0.0005
angl…
-
http://machinethink.net/blog/compressing-deep-neural-nets/
## ------- before 12 Aug 2018 -------
- SqueezeNet, see [tutorial_squeezenet.py](https://github.com/zsdonghao/tensorlayer/blob/maste…
-
This ticket is to track issues that are not yet planned but considered as future candidate items. To review or follow active undergoing efforts, please refer to the following plans:
**[v2.3-monthl…
-
Why is there different order of operations inside resnet forwards compared with original?