jiecaoyu / XNOR-Net-PyTorch

PyTorch Implementation of XNOR-Net
472 stars 119 forks source link

How to verify my fused weights and bias #112

Open iitbombombay opened 3 years ago

iitbombombay commented 3 years ago

hi @jiecaoyu ,I have fused Last FC linear with Bnorm(Alexnet model,imagenet datasets), i have evaluated for 1000 classes I am getting 42 % accuracy (same i was getting before fusing).

My question is, is there any other method to check my fused model works proper or not?