diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:35:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:35:20 +0200 |
| commit | dcd5a47b00bdd589820025e995b6dedf3efad957 (patch) | |
| tree | 8baa448130f2da8890d5d564f7b282e4e4eae97a | |
| parent | f3d32fd9f0118c6ff56aaeaad4473e17abc45733 (diff) | |
testy
| -rw-r--r-- | test-mogrify-recursive.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index 9ee64f4..7c9dc36 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -25,8 +25,8 @@ python test-mogrify.py \ --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.99999 \ - --posterize \ + --recursive --recursive-frac 0.0001 \ + --clahe \ --norm batch # --sequence --sequence-frac 0.49 \ |
