Skip to content

zhoudaxia233/PyTorch-Unet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch-Unet

PyTorch1.0 Implementation of Unet

  • Vanilla Unet
  • Unet with ResNet encoder
    • ResNet18
    • ResNet34
    • ResNet50
    • ResNet101
    • ResNet152
  • Unet with VGG encoder
    • VGG13 with BatchNorm
    • VGG16 with BatchNorm

Vanilla U-Net architecture