eric612 / MobileNet-YOLO

A caffe implementation of MobileNet-YOLO detection network
Other
865 stars 442 forks source link

先做剪枝,再做merge bn?还是先merge bn再做剪枝? #248

Open zpge opened 4 years ago

zpge commented 4 years ago

在mobilev2-yolov3-lite voc上根据已有的pruned model,训完完成后,再做merge bn,发现做检测的时候,程序一直停在self._forward(start_ind, end_ind),没有报错也没有进展。所以问一下如果想剪枝和merge bn都用的话,这个流程是怎样的?