This repo shows how to convert the DenseNet original implementation's pretrained weights to the efficient ones
We only provide the pretrained DenseNet169 sample code, other structures should be easy to implement in the same way
- Pytorch 0.3+
The DenseNet efficient implementation is based on gpleiss/efficient_densenet_pytorch