summaryrefslogtreecommitdiff
path: root/sequence.sh
blob: 38319e464c6b3afbd667e50919511db3c16efab5 (plain)
1
2
3
4
5
6
7
#!/bin/bash

if [ "$1" == "" ]; then
    echo "Usage: $0 [dataset]"
    exit 1
fi
python sequence.py --dataroot "./datasets/${1}/" --name "$1" --label_nc 0 --no_instance --which_epoch latest