项目作者: Kexiii

项目描述 :
Pretrained Efficient DenseNet Model
高级语言: Python
项目地址: git://github.com/Kexiii/Pretrained-Efficient-DenseNet.git
创建时间: 2018-05-24T06:42:16Z
项目社区:https://github.com/Kexiii/Pretrained-Efficient-DenseNet

开源协议:MIT License

下载


Pretrained-Efficient-DenseNet

This repo shows how to convert the DenseNet original implementation’s pretrained weights to the efficient ones

Note

We only provide the pretrained DenseNet169 sample code, other structures should be easy to implement in the same way

Requirements

  • Pytorch 0.3+

Related Work

Acknowlegements

The DenseNet efficient implementation is based on gpleiss/efficient_densenet_pytorch