From b9a64f9f66bb761bc99c13255fa39c49e9095fa0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Jun 2018 17:14:15 +0200 Subject: zeroes --- train.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.sh b/train.sh index 054748e..a3f7460 100755 --- a/train.sh +++ b/train.sh @@ -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 -- cgit v1.2.3-70-g09d2