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

python train.py --dataroot "./datasets/${1}/" --name "$1" --label_nc 0 --no_instance --continue_train --which_epoch latest