Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 515 Bytes

results.md

File metadata and controls

20 lines (16 loc) · 515 Bytes

UNIT results

These are results for some UNIT experiments.

To see all UNIT options:

$ python -m smile.models.unit.train --help

$ python -m smile.models.unit.train \
    --x-train datasets/celeb/tfrecords/smiling/train/* \
    --x-test datasets/celeb/tfrecords/smiling/test/* \
    --y-train datasets/celeb/tfrecords/not_smiling/train/* \
    --y-test datasets/celeb/tfrecords/not_smiling/test/* \
    --adversarial_loss lsgan

unit