Skip to content

"Densely Connected Convolutional Networks" by Gao Huang, Zhuang Liu, Laurens van der Maaten and Kilian Q. Weinberger.

Notifications You must be signed in to change notification settings

nordengt/DenseNet-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DenseNet-Implementation

"Densely Connected Convolutional Networks" by Gao Huang, Zhuang Liu, Laurens van der Maaten and Kilian Q. Weinberger.

Paper: https://arxiv.org/pdf/1608.06993.pdf

Architecture

DenseNet Architecture

What about training?

No GPU, No Training.

Info

Run script below to checkout the model informations

python info.py

Usage

Before running the script, place your data directory location for both train and test data in root_dir="{DIR}" here at dataloader.py or datasets from torchvision.datasets

python train.py --epochs 100 --num_layers 121 --num_classes 1000

About

"Densely Connected Convolutional Networks" by Gao Huang, Zhuang Liu, Laurens van der Maaten and Kilian Q. Weinberger.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages