signatrix / regnet

Pytorch implementation of network design paradigm described in the paper "Designing Network Design Spaces"
MIT License
183 stars 22 forks source link

Is the model structure as same as original? #1

Closed murdockhou closed 4 years ago

murdockhou commented 4 years ago

Thanks for your work. Is the model structure as same as original?

vietnh1009 commented 4 years ago

Yes, you could see the comparison table we wrote in readme. Additionally, before you run training script, you could uncomment lines 27-30 to see the detail parameters (or you could run debugging to see it). It is compatible to what stated in the paper, with some minor difference. Thanks,

murdockhou commented 4 years ago

Thanks. The facebook also provide their official regnet code but was too hard to read. I'll used your model structure for mine experiment. Waiting for your pre-trained model.