-
Notifications
You must be signed in to change notification settings - Fork 21.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e15189d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I read the commit about binary weights and input binarization as follow, how I coding for binary weights and input binarization as decribed in the paper XNOR-Net: ImageNet Classification Using Binary Convolutional Neural Networks ECCV2016 ? Because I want to speedup YOLO-V2 by this way.
08c7cf9
23955b9
2f62fe3
allenai/XNOR-Net#21
e15189d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably related to my question: https://groups.google.com/forum/#!topic/darknet/b-14hO_1Tf4
e15189d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only a online demo, could not find any code! I hope to accelerate YOLO V2 by modifying the codes according to the paper and some old codes in the darknet repository discribed in above three links.
allenai/XNOR-Net#21