summaryrefslogtreecommitdiff
path: root/train.sh
blob: 054748e73bb68903375740fbd9467c0afd7b9125 (plain)
1
2
3
4
5
6
7
if [ "$1" == "" ]; then
    echo "Usage: $0 [dataset]"
    exit 1
fi

python train.py --name $1 --label_nc 0 --no_instance --continue_train --which_epoch latest