htqin / IR-Net

[CVPR 2020] This project is the PyTorch implementation of our accepted CVPR 2020 paper : forward and backward information retention for accurate binary neural networks.
177 stars 38 forks source link

Can you please opensource your code of real deployment? #15

Open hattori7243 opened 3 years ago

hattori7243 commented 3 years ago

I have try in CIFAR-10 with VGG-small, and can get similar result as you mention in your paper. Your work is really useful. And I have trouble in deploying your model into dabnn when convert onnx to the format that dabnn support. So I wander if you could opensource the real code that deploy to real Arm device? Especially the model convert part. Thank you.

francis2tm commented 3 years ago

Hey, did you manage to deploy it?

hattori7243 commented 3 years ago

Hey, did you manage to deploy it?

no,I tried later, but I still couldn't deploy to dadnn, so I gave up.