summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-12 17:14:15 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-12 17:14:15 +0200
commitb9a64f9f66bb761bc99c13255fa39c49e9095fa0 (patch)
tree1729eeb2fbfa7d60ba7d6cd92a1afe1c215abab8
parent065af87eb992945ef1a6d694fe3650139e8baedd (diff)
zeroes
-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