clovaai / rexnet

Official Pytorch implementation of ReXNet (Rank eXpansion Network) with pretrained models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404

LorenzoDag opened this issue · comments

In README RexNet 1.3, 1.5 and 2.0 redirect to 404 error.

ReXNet-lite is currently released only for the x1.0 model. If you need those models, please let me know.

Thank you for using our backbones!

Pretrained backbones are generally used replacing the last dense layer with a new one initialized randomly, and training is then performed only with the replaced dense layer by freezing some or entire convolution layers. However, sometimes, adding a single or couple of dense layers after the final dense layer of the backbone (as you asked) achieves better results on particular downstream tasks after training. Please try both ways and pick a better one for your own task.

@LorenzoDag Yes, please refer to the code.