Skip to content

Extensions and modifications implemented to extend the original V-Net (Adam solver, Cross-Validation, etc.)

Notifications You must be signed in to change notification settings

MarkusHoenig/Custom_V-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom_V-Net

Extensions and modifications implemented to extend the original V-Net. All the extensions and modificationscan be disabled and adjusted in the 'main.py' file.

Added features:

  • Adam solver
  • Validation phases
  • Probability maps as input
  • k-fold cross-validation
  • Save snapshot of the iteration with the best validation loss
  • Auto-Context model
  • distance map as GT instead of label map

New hyperparameters that can be adjusted in the 'main.py' file:

  • weight decay
  • momentum parameter of the solver
  • number of bins for cross-validation
  • interval between validation phases
  • number of images for validation phase
  • disable preprocessing
  • probability for data augmentation
  • enable/disable probability maps and distance maps

About

Extensions and modifications implemented to extend the original V-Net (Adam solver, Cross-Validation, etc.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages