Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 505 Bytes

File metadata and controls

22 lines (13 loc) · 505 Bytes

TGS-Open-Solution-Fastai

Kaggle Score: 0.829

Main Architecture: Unet with ResNet34 encoder.

Training:

  • RandomFlip augmentation
  • Batch sizes: 64, 128, 256 with cycle length = 30

Cross Validation:

  • 5 folds
  • Test time augmentation with horizontal flip

Final Submission:

  • Model Averaging of 5 models

Getting Started? You can check fast.ai lesson 14 where Jeremy Howard an amazing mentor and teacher shows how to solve a similar problem.