Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 666 Bytes

ReferenceSize.md

File metadata and controls

12 lines (12 loc) · 666 Bytes

Reference Size

This experiment varies the number of reference images per category to prove that ITI-GEN is robust in the low-data regime.

Train

You need to run jobfiles/reference_size/train/${attribute}_${reference_size}, for example jobfiles/reference_size/train/Age_10.sh. To run all of them, do the following:

find jobfiles/reference_size/train/*.sh | xargs -n1 bash

Generation

You need to run jobfiles/reference_size/generation/${attribute}-${reference_size}.sh, for example jobfiles/reference_size/generation/Age-10.sh. To run all of them, do the followin:

find jobfiles/reference_size/generation/*.sh | xargs -n1 bash