This repository is used to record our code in this competition
Loss | Trick | Code | Acc in val | Acc in test |
---|---|---|---|---|
Cross Entropy loss | warmup | - | 0.867 | - |
Cross Entropy loss | warmup, imgaug | - | - | 0.872 |
Focal loss | warmup, imgaug | - | - | 0.882 |
Cross Entropy loss | label smooth, warmup, imgaug | code | - | 0.891 |
Bi tempered logistic loss | label smooth, warmup, imgaug | code | 0.8851 | 0.890 |
Bi tempered logistic loss | label smooth, warmup, imgaug, freeze bn | code | 0.8917 | 0.890 |
- | - | - | - | - |
- Bi-tempered-logistic-loss (Description found here).
- Frozen BN.
- Training with early stopping criterion.
- N-Fold CV
- 将backbone中的maxpool改为softpool
- use SAM Optimizer
- use label smooth and cutmix may get score of 0.903
- use 5-fold CV
- CVPR 2019 Cassava Disease Classification挑战赛: here