-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XNOR for ResNet #21
Comments
Also interested in XNOR for ResNet! @XinDongol have you implemented it yourself? |
Has anyone implemented XNOR for Resnet ? |
I do not mind implementing ResNet for this if there is interest. However, I will not be able to train it. |
I have implemented XNOR-net for ResNet. Basically took the |
I have implemented ResNet-XNOR and reproduce result of xnor paper. I will release it soon when I have time. |
@XinDongol could you kindly share the python models directory code for the ResNet-xNOR with me? |
Could you please share it with me too? Thanks! |
@XinDongol Would you like to share the python models directory code for the ResNet-XNOR or share the implementation idea? |
@XinDongol Any update on the thread? |
I have implemented the xnornet ++ paper with resnet-18. You can disable alpha, beta, gamma(scale factors for activation) in model file(BinConv2d). Then you can have the xnornet for resnet-18. Btw xnornet++ is improvement over xnornet and my implementation reaches 60% accuracy for 1 bit activation and 1 bit width. |
I was wondering whether there is XNOR for ResNet. Or can you give some hints about how to implement it?
The text was updated successfully, but these errors were encountered: