Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 295 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 295 Bytes

pyTorch image classifier models

model

  • ResNet-based

    • ResNet 18
    • ResNet 50
    • ResNet 101
  • To Do

Datasets

All data has the same resolution of 32x32

  • MNIST
  • FMNIST
  • CelebA
    • Just use gender information so this is binary classification
  • Cifar10