summaryrefslogtreecommitdiff
path: root/test-mogrify-recursive.sh
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:02:32 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:02:32 +0200
commit01456b55d3c2ed039a75f46da5bea336be125d5e (patch)
tree23802a3731d1700c9d6d2ddeaa8891df4d94c0ae /test-mogrify-recursive.sh
parent4320a298fcb5d5b014cc2d1335c91e32f3ee088d (diff)
testy
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
+
+