diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:39:29 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:39:29 +0200 |
| commit | 4b4c79d9570f3196b2bfbc11debd12b500f317a9 (patch) | |
| tree | b493162219d37e1d99a7ddad5eb177b44dc0e4d2 | |
| parent | 567a7009bdec15eac9e6655a77b4c50ae4bf01d4 (diff) | |
testy
| -rw-r--r-- | test-mogrify-recursive.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index 9d8273b..d74d8bf 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -21,13 +21,13 @@ python test-mogrify.py \ --start_img "$dataset/test/frame_00003.png" \ --experiment "${tag}_sequence_process_less" \ --name pcfade \ - --sequence \ + --sequence --sequence-frac 0.999 \ --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 --process-frac 0.5 \ + --recursive --recursive-frac 0.001 \ --norm batch + # --clahe --process-frac 0.001 \ # --sequence --sequence-frac 0.49 \ # python test-mogrify.py \ |
