summaryrefslogtreecommitdiff
path: root/train.sh
diff options
context:
space:
mode:
Diffstat (limited to 'train.sh')
-rwxr-xr-xtrain.sh2
1 files changed, 1 insertions, 1 deletions
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