summaryrefslogtreecommitdiff
path: root/test-mogrify-recursive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-mogrify-recursive.sh')
-rw-r--r--test-mogrify-recursive.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh
index a301bf2..8d1b413 100644
--- a/test-mogrify-recursive.sh
+++ b/test-mogrify-recursive.sh
@@ -156,11 +156,13 @@ python test-mogrify.py \
python test-mogrify.py \
--dataroot "$dataset/train/" \
--start_img "$dataset/train/frame_05005.png" \
- --experiment "${tag}_5005_rec_8" \
- --name pcfade \
+ --experiment "${tag}_5005_just_copy" \
+ --name pcfade --just-copy \
--loadSize 256 --fineSize 256 --how_many $how_many \
--model test --which_model_netG unet_256 \
--which_direction AtoB --dataset_mode recursive \
- --recursive --recursive-frac 0.8 \
+ --recursive --recursive-frac 0.4 \
--norm batch
+
+