This is an image classification challenge using Food-101 dataset.
The prototype model which contains detailed explanations is here and the model with the best result (0.9051) can be found here.
| Method | Epochs | Top-1 Accuracy |
|---|---|---|
| Baseline Model | 17 | 0.8664 |
| Progressive Resizing + TTA | 34 | 0.9051 |
| Progressive Resizing + Mixup + TTA | 34 | 0.9036 |