WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

dragonHyeon/pytorch-basic-model-implementation

Repository files navigation

PyTorch basic model implementation

You can try training and testing simple deep learning models!

Training progress


Implemented models

  • Image Classification
    • VGGNet
    • InceptionNet
    • ResNet
  • Image Segmentation
    • FCN
    • U-Net
  • Image Generation
    • neural style transfer
    • DCGAN
    • pix2pix
    • CycleGAN
    • SinGAN