Skip to content

Latest commit

 

History

History
 
 

README.md

W5 — CIFAR-10 advanced レシピ

CIFAR-10 で 95% → 97% に押し上げる「効くやつ」5点。Label smoothing + 強い augmentation (Cutout / Mixup / CutMix) + 推論時 TTA。

5 problems. Solve each template in place, then run the last cell check("...") to grade. Stuck? Open the linked solution in the rightmost column.

Study order

Order # Problem Difficulty Solution Colab
1 51 51_label_smoothing_ce.ipynb — Label Smoothing Cross-Entropy Easy Open In Colab
2 45 45_cutout.ipynb — Cutout / RandomErasing Medium Open In Colab
3 46 46_mixup.ipynb — Mixup Medium Open In Colab
4 47 47_cutmix.ipynb — CutMix Medium Open In Colab
5 48 48_tta_hflip.ipynb — TTA (Horizontal Flip Averaging) Easy Open In Colab

How to use

# from the repo root
make run                # or `docker compose up`
# then in JupyterLab, navigate to practice/W5/ and open a notebook

If you accidentally break a template, delete it and rerun python scripts/build_weeks.py to restore — it only copies missing files, so your other in-progress notebooks are preserved.