| # 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. | |