diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:58:52 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:58:52 +0200 |
| commit | fe5fc3f90f4aab7d4804da494372a6ae1ceda110 (patch) | |
| tree | 7e2621f0db6c1a47393ededc53a414693a76b73f /test-mogrify-recursive.sh | |
| parent | 7973cf3f82a05b920927fdf5b322e074dfdc7755 (diff) | |
testy
Diffstat (limited to 'test-mogrify-recursive.sh')
| -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 71050ea..7f8df1a 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -19,7 +19,7 @@ how_many=200 python test-mogrify.py \ --dataroot "$dataset/train/" \ --start_img "$dataset/test/frame_00003.png" \ - --experiment "${tag}_sequence_process_less" \ + --experiment "${tag}_sequence" \ --name pcfade \ --sequence --sequence-frac 0.999 \ --loadSize 256 --fineSize 256 --how_many $how_many \ @@ -33,10 +33,10 @@ python test-mogrify.py \ python test-mogrify.py \ --dataroot "$dataset/train/" \ --start_img "$dataset/test/frame_00003.png" \ - --experiment "${tag}_sequence_process_less" \ + --experiment "sequence_process_less" \ --name pcfade \ --sequence --sequence-frac 0.999 \ - --loadSize 256 --fineSize 256 --how_many $how_many \ + --loadSize 256 --fineSize 256 --how_many 200 \ --model test --which_model_netG unet_256 \ --which_direction AtoB --dataset_mode recursive \ --recursive --recursive-frac 0.0005 \ |
