Skip to content

imagirom/ConfNets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConfNets: Highly configurable U-Nets for PyTorch

U-Net_structure.jpg

This is a work in progress, a most things will continue to change.

Features of this repository:

  • Simple sharing of pytorch models, only dependencies to load a model are pytorch, numpy and this repo.
  • Generality: Easily tweak most hyperparameters, such as model depht, number of features features, activation and normalization type, e.g. from a config file using speedrun.
  • Extensibility: Implement your own models using general base classes, such as the U-Net skeleton.
  • Easy side outputs, logging of intermediate activations
  • A drop-in replacement of torch.nn, where layer parameters such as number of input channels are inferred during the first forward pass, instead of having to specify them at initialization.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages