summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-20 11:57:21 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-20 11:57:21 +0200
commit2532f8b3a87b84f54d3a424671e087068021684c (patch)
tree321ee60bd82dea78a450355a1a90e806a94f42b3
parentebd87c6c9c57b39563fe4a4fb42f66985bb31737 (diff)
dryrun
-rwxr-xr-xrun.sh24
1 files changed, 12 insertions, 12 deletions
diff --git a/run.sh b/run.sh
index 3cbc0c3..0828757 100755
--- a/run.sh
+++ b/run.sh
@@ -7,18 +7,18 @@ dataset="randomcrops5k"
# --fold_B "/home/lens/Desktop/thumbs/$dataset/B" \
# --fold_AB "./datasets/$dataset/"
-python train.py \
- --dataroot "./datasets/$dataset" \
- --name "$dataset" \
- --model pix2pix \
- --loadSize 256 \
- --fineSize 256 \
- --which_model_netG unet_256 \
- --which_direction AtoB \
- --lambda_B 100 \
- --dataset_mode aligned \
- --continue_train \
- --no_lsgan --norm batch --pool_size 0
+# python train.py \
+# --dataroot "./datasets/$dataset" \
+# --name "$dataset" \
+# --model pix2pix \
+# --loadSize 256 \
+# --fineSize 256 \
+# --which_model_netG unet_256 \
+# --which_direction AtoB \
+# --lambda_B 100 \
+# --dataset_mode aligned \
+# --no_lsgan --norm batch --pool_size 0 \
+# --continue_train
python test.py \
--dataroot "/home/lens/Desktop/thumbs/$dataset/A/train/" \