JiaminRen / RandWireNN

Pytorch Implementation of: "Exploring Randomly Wired Neural Networks for Image Recognition"
274 stars 42 forks source link

RandWireNN as the backbone of Faster RCNN #13

Open xiaozhuka opened 5 years ago

xiaozhuka commented 5 years ago

Hi @JiaminRen Thanks for you work. Use FP16 training on the basis of your code to achieve 75% accuracy

Have you realized the faster rcnn + FPN detection training of RandWireNN as backbone? If you implemented it, is it implemented in mmdetection? Can you publish the training code? Thanks.