diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:37:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:37:49 +0200 |
| commit | 567a7009bdec15eac9e6655a77b4c50ae4bf01d4 (patch) | |
| tree | db947ab60a03a7b3a1653f05300fe5591c1ad23f /test-mogrify-recursive.sh | |
| parent | dcd5a47b00bdd589820025e995b6dedf3efad957 (diff) | |
testy
Diffstat (limited to 'test-mogrify-recursive.sh')
| -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 7c9dc36..9d8273b 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -19,14 +19,14 @@ how_many=200 python test-mogrify.py \ --dataroot "$dataset/train/" \ --start_img "$dataset/test/frame_00003.png" \ - --experiment "${tag}_sequence_more_almost_equal" \ + --experiment "${tag}_sequence_process_less" \ --name pcfade \ --sequence \ --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.0001 \ - --clahe \ + --clahe --process-frac 0.5 \ --norm batch # --sequence --sequence-frac 0.49 \ |
