diff options
Diffstat (limited to 'train.sh')
| -rwxr-xr-x | train.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ if [ "$1" == "" ]; then exit 1 fi -python train.py --name $1 --label_nc 0 --no_instance --continue_train --which_epoch latest +python train.py --dataroot "./datasets/${1}/" --name "$1" --label_nc 0 --no_instance --continue_train --which_epoch latest |
