Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 414 Bytes

File metadata and controls

23 lines (20 loc) · 414 Bytes

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