Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 647 Bytes

Pytorch modules with sane defaults for model prototyping

This is a number of pytorch modules (all based on prior work of the ML community) with sane default parameters that I find useful in model prototyping.

I'll continue to update this repository.

Contains:

  • 2d U-Net with different options for how the feature maps are upsampled (to prevent checkerboard artifacts.)
  • 3d U-Net
  • 2d downsampling network
  • 2d upsampling network with different options for how the feature maps are upsampled (to prevent checkerboard artifacts.)
  • 2d conv layer that pads to keep the spatial dimensions of the feature map constant, with reflection padding.