Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 243 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 243 Bytes

PetFinder-Kaggle

Kaggle Challenge of PetFinder

  • Version 1. BaseLine

    Simple CNN + regression model to give the prediction on Pawpularity.
    
  • Version 2. ViT implementation

    ViT model with PatchEncoder + regression model.