File size: 468 Bytes
3ce19a2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Few-shot RS-IMLE with Recursive Token Mapper
Few-shot training and evaluation pipeline used for the nine few-shot
benchmarks in the paper (Obama, Grumpy-cat, Panda, FFHQ-100, AnimalFace-cat,
AnimalFace-dog, Anime-face, Skulls, Shells).
```bash
bash scripts/train.sh /path/to/dataset
bash scripts/evaluate.sh /path/to/model.th /path/to/dataset
```
Evaluation reports FID with 5,000 generated samples and improved
Precision/Recall with 1,000 generated samples.
|