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