ReCU icon indicating copy to clipboard operation
ReCU copied to clipboard

ReActNet architecture

Open CosimoRulli opened this issue 3 years ago • 1 comments

Hello developers, Thank you for sharing your code. Would you mind sharing also the full instructions to reproduce your results with the training set from ReActNet? In particular, did you binarize just the activations during stage 1 or did you train the model in full precision?

CosimoRulli avatar Jan 14 '22 10:01 CosimoRulli

We followed exactly the same training strategy as ReActNet, you can find more details at https://github.com/liuzechun/ReActNet/tree/master/resnet. Specifically, (1) we only binarize activations during stage 1, (2) we didn't train the model in full precision from scratch, instead, we download the full precision model provided by torchvision.models.

z-hXu avatar Jan 14 '22 11:01 z-hXu