Skip to content

okason97/DenseNet-Tensorflow2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DenseNet implementation using Tensorflow 2

Instalation

$ pip install densenet

Usage

from densenet import densenet_model
model = densenet_model(classes=n_clases)

you can disable the se layers by setting the argument with_se_layers to false.

Changing nb_layers lenght will change the number of dense layers.

References

Inspired by flyyufelix keras implementation (https://github.com/flyyufelix/DenseNet-Keras).

For more information about densenet please refer to the original paper (https://arxiv.org/abs/1608.06993).

About

DenseNet implementation using Tensorflow2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published