Skip to content

simple implementations of resnet and densenet for the purpose of practice

Notifications You must be signed in to change notification settings

raph333/resnet_densenet_sandpit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResNet and DenseNet implementations

Originally drafted for the computer-vision course of Prof. Roland Kwitt at the University of Salzburg.

The implementations are rather shallow and define a fixed architecture (rather than specifying the architecture from parameters). That makes them less effective and flexible than the implementations one would use in practice. However, such simple DIY implementations are a great way to really understand the architectures. The fact that you can turn a regular ConvNet into a ResNet or DenseNet with just a few modifications in the forward-method makes you appreciate these simple but powerful improvements of the standard ConvNet architecture.

About

simple implementations of resnet and densenet for the purpose of practice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published