Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 304 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 304 Bytes

Paper-Implementations in Pytorch

Implemented Papers:

(Architectures)

  • AlexNet
  • VGG
  • ResNet
  • GoogLeNet
  • Inception v2
  • Xception
  • MobileNet

(Semantic Segmentation)

  • FCN
  • SegNet
  • UNet
  • PSPNet
  • DeepLab

(Generative adversarial networks)

  • GAN (simple)
  • DCGAN (upcoming)