summaryrefslogtreecommitdiff
path: root/recursive.sh
blob: 667fa8e001bce95485990fb631ae10375127206e (plain)
1
2
3
4
5
6
7
#!/bin/bash

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